Description Usage Arguments Details Value See Also Examples
Convert a tidytensor into a nested list of tensors, nested down to level specified in rank
.
If flatten = TRUE
, returns a flattens the structure to a list of tensors (not nested).
1 2 |
x |
the tidytensor to convert. |
rank |
an indicator of the rank defining the contained tensors. |
flatten |
whether to return a nested list ( |
state |
an internally used parameter for tracking build state-do not set manually. |
... |
additional arguments passed to methods (unusued). |
The state
parameter is for internal use, and needn't be set during normal usage.
a list.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.