Description Usage Arguments Value
Same as apply_unsafe() but applies a column function. The same funtionality can be achieved by aperm(...) permutates and set dim only once for data to reduce memory footprint.
1 | apply_colFunc_unsafe(x_, along_, colFunc_, keep_dim_ = FALSE, ...)
|
colFunc_ |
a column function to apply. |
... |
passed to colFunc_ |
x |
an array. |
along |
dimension to apply along. |
keep_dim |
keep dim order |
an array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.