Skip to contents

Find the available measures within a measure category.

Usage

get_measures_from_category(measure_category_code, trim = TRUE)

Arguments

measure_category_code

A measure category code. See get_measure_categories() for a list.

trim

Whether or not to exclude the potentially unecessary variables.

Value

data

Examples

if (FALSE) { # interactive() && curl::has_internet()
get_measures_from_category("MYH-CANCER")
}