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
x <- array(1:24, dim = c(2, 3, 4))
flatten_dimension_all(x)
#> Error in eval(first, envir = parent.frame(), enclos = baseenv()): object 'multiprocess' not found