View source: R/list_datasets.R
| list_datasets | R Documentation |
Returns a tibble describing all datasets available in the realestatebr package. Optionally filter by category, source organization, or geographic coverage.
list_datasets(category = NULL, source = NULL, geography = NULL)
category |
Optional character. Keyword matched against the dataset description
(e.g., |
source |
Optional character. Filter by data source organization
(e.g., |
geography |
Optional character. Filter by geographic coverage
(e.g., |
A tibble with one row per dataset and the following columns:
Dataset identifier used with get_dataset.
English dataset name.
Portuguese dataset name.
Brief description.
Data source organization.
Geographic coverage.
Update frequency.
Time period covered.
Comma-separated table names for multi-table datasets.
get_dataset for retrieving data,
get_dataset_info for detailed metadata on a single dataset.
list_datasets()
list_datasets(source = "BCB")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.