Skip to contents

flatten_dimension

Usage

flatten_dimension(data)

Arguments

data

multi-dimensional data to be flattened/reduced by a single dimension

Value

data that is flattened/reduced by a single dimension

Examples

# to be added