Skip to contents

Fetches a curated table via get_estat() using a friendly key from estat_curated_tables(), so you don't need to know its statsDataId.

Usage

get_estat_curated(key, ...)

Arguments

key

A curated table key, e.g. "labour_force_survey".

...

Passed to get_estat() (filters, limit, decode_labels, ...).

Value

The tidy tibble from get_estat().

Examples

if (FALSE) { # \dontrun{
get_estat_curated("labour_force_survey", limit = 500)
} # }