as_tables | R Documentation |
As tables
as_tables(x, tdim, conditional, rev = FALSE, ...)
x |
array or matrix object |
tdim |
dimensions for each table |
conditional |
integer vector of indices that are conditional |
rev |
logical: should output move through each table fastest? |
... |
other arguments for methods |
Transforms a vector, matrix or array into a tables object with
the specified dimensions. Note that if rev = TRUE
then the final dimension
is (by default) used to index the tables objects, and otherwise the first
dimension..
A tables
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.