$.mutaframe | R Documentation |
These functions extract, subset and replace data in a
mutaframe. For the most part, these behave much like
those for data.frame
.
x |
A mutaframe |
name |
Name of the column to extract |
i |
The row indices |
j |
The column indices |
... |
Arguments passed to methods |
value |
The replacement column |
drop |
If |
The subset function, [
, does not copy the data; it
establishes a dynamic filter.
Replacing an existing variable will pass the replacement data up the reverse pipeline, towards the root. When defining a new variable, the variable is stored in the current mutaframe; not at the root.
The selected column
The selected column
A dynamic, filtering mutaframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.