View source: R/list_datasets.R
| get_dataset_info | R Documentation |
Returns detailed metadata for a single dataset, including available tables and source information.
get_dataset_info(name)
name |
Character. Dataset identifier (see |
A named list with the following elements:
Title, description, geography, frequency, and coverage.
Available tables/subtables and their descriptions.
Source organization and URL.
Cached file names and translation notes.
info <- get_dataset_info("abecip")
str(info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.