Description Usage Arguments See Also Examples
Load Load a named dataframe from a database, where it is stored in decomposed form:
a named table with a dumbed-down version of the dataframe, where logicals are coerced to integers, and factors are coerced to strings.
a metadata table called __types
, with the information necessary to
recover the logicals and factors in the original dataframe.
The dataframe can be saved back to the database using saveDF()
.
1 |
con |
An SQL database connection (generated via |
name |
The name of the table to load from the database. |
Pure functions to decompose/recompose dataframes: decomposeDF()
recomposeDF()
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.