Skip to contents

flatten_dimension_all

Usage

flatten_dimension_all(data)

Arguments

data

multi-dimensional data to completely flattened/reduced to a single dimension

Value

data that is flattened to a single dimension

Examples

# to be added