Description Usage Arguments Value Author(s) Examples
This method permit to load a dataframe in the Global Dataset (GDS). The dataframe can be loaded from existing data(), a CSV file or from an Rds file.
1 |
df |
name of the dataframe or filename without extension |
extension |
"df" for local data, "csv" from a text file, "Rds" from a native R formated file |
GDS contains the requested data
jp.decorps@epiconcept.fr
1 2 3 | # == Dataframe is loaded with data()
ec.Use("Tiramitsu", "df");
ec.variance('age');
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.