Description Usage Arguments Value Examples
uses a dataset, marking it as the active dataset
1 |
x |
usually either a data.frame or a csv/dta filename to be imported. An R function which returns a data.frame can also be specified. |
clear |
if TRUE, erase current data if it already exists. If FALSE, back up data so that it can be switched to later via |
type |
either "csv" or "dta" for loading csv or dta data set |
... |
other options to pass to |
returns NULL invisibly
1 2 3 4 5 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.