Loads a data frame into a new tab of the dataNb notebook
1 2 | loadDataFrame(module,
df.name = module$getElements("dfTable")$getSelectedValues("Name"))
|
module |
- the Module object that stores the relevant widgets |
df.name |
- the name of the data frame to load (by default the one selected in the dfTable Element in the Module) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.