Skip to contents

Get data by measure category.

Usage

read_flat_data_extract(
  measure_category_code,
  measure_code,
  return_caveats = FALSE
)

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.

Value

data

Examples

if (FALSE) { # interactive() && curl::has_internet()
read_flat_data_extract(measure_category_code = "MYH-CANCER")
read_flat_data_extract(measure_category_code = "MYH-CANCER", measure_code = "MYH0001")
}