nisra_read_dataset {nisrarr} | R Documentation |
Read NISRA data portal dataset
Description
Fetch a dataset from the NISRA data portal using the dataset code. You
can search for a dataset using nisra_search()
.
Usage
nisra_read_dataset(dataset_code, flush_cache = FALSE)
Arguments
dataset_code |
Dataset code |
flush_cache |
Ignore cached values |
Value
A tibble with the requested dataset. If dataset_code
is not found, an error will be thrown.
Examples
claimant_count_lgd <- nisra_read_dataset("CCMLGD")
[Package nisrarr version 0.1.1 Index]