Learn R Programming

nisrarr (version 0.1.1)

nisra_read_dataset: 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)

Value

A tibble with the requested dataset. If dataset_code

is not found, an error will be thrown.

Arguments

dataset_code

Dataset code

flush_cache

Ignore cached values

Examples

Run this code
claimant_count_lgd <- nisra_read_dataset("CCMLGD")

Run the code above in your browser using DataLab