nisra_read_dataset: Read NISRA data portal dataset

View source: R/nisra_data_portal.R

nisra_read_datasetR 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")

nisrarr documentation built on June 8, 2025, 11:15 a.m.