Get data by measure category.
Usage
read_flat_data_extract(
measure_category_code,
measure_code,
return_caveats = FALSE,
.progress = TRUE
)Arguments
- measure_category_code
A measure category code. See
get_measure_categories()for valid codes.- measure_code
A measure code.
- return_caveats
A logical. Whether or not to return the caveats for this data in a separate table. If
TRUE, this will return a list with the two tables.- .progress
Whether to show a progress bar when reading subset data from API.