| gdataset.ls | R Documentation |
Returns a list of the working database and all loaded datasets.
gdataset.ls(dataframe = FALSE)
dataframe |
If FALSE, return character vector; if TRUE, return data frame |
Character vector of paths or data frame with detailed information
gdataset.load, gdataset.info
dataset_path <- gdataset.example_path()
gdataset.load(dataset_path)
gdataset.ls()
gdataset.unload(dataset_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.