View source: R/list-available-datasets.R
list_available_datasets | R Documentation |
Prints a list of datasets that can be imported via the fetch_ucirepo
function.
list_available_datasets(filter, search, area)
filter |
Character. Optional query to filter available datasets based on a label. |
search |
Character. Optional query to search for available datasets by name. |
area |
Character. Optional query to filter available datasets based on subject area. |
A data frame containing the list of available datasets with columns of:
id: Integer ID for the data set.
name: Name of Dataset
url: Download location of the data set
In the event the search fails, the data frame returned will be empty.
list_available_datasets(search = "iris")
list_available_datasets(area = "social science")
list_available_datasets(filter = "python") # Required for now...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.