Skip to contents

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