as_rwd_agg | R Documentation |
S3 generic for coercing from lists, matrices, and data.frames to rwd_agg objects.
as_rwd_agg(x, ...)
## S3 method for class 'data.frame'
as_rwd_agg(x, ...)
## S3 method for class 'list'
as_rwd_agg(x, ...)
## S3 method for class 'matrix'
as_rwd_agg(x, ...)
## Default S3 method:
as_rwd_agg(x, ...)
x |
A list. Each element of the list must have the same length. |
... |
Other arguments passed on to individual methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.