View source: R/nisra_data_portal.R
| nisra_read_dataset | R Documentation |
Fetch a dataset from the NISRA data portal using the dataset code. You
can search for a dataset using nisra_search().
nisra_read_dataset(dataset_code, flush_cache = FALSE)
dataset_code |
Dataset code |
flush_cache |
Ignore cached values |
A tibble with the requested dataset. If dataset_code
is not found, an error will be thrown.
claimant_count_lgd <- nisra_read_dataset("CCMLGD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.