Get profile name from Fingertips
Source:R/read_from_fingertips-helpers.R
fingertips_get_profile_name.Rd
Get profile name from Fingertips
Usage
fingertips_get_profile_name(
metadata = list(indicator_profile_domain = fingertipsR::indicators(),
indicator_ids_names = fingertipsR::indicators_unique(), area_type =
fingertipsR::area_types()),
profile_id = 19L,
profile_name = "Public Health Outcomes Framework"
)
Value
a list
of 2 elements of type character
and numeric
. These are
the profile name
and their correspondent indexes.
Examples
if (FALSE) {
res <- fingertips_get_profile_name(
profile_id = 19L,
profile_name = "Public Health Outcomes Framework",
metadata = list(
indicator_profile_domain = fingertipsR::indicators(),
indicator_ids_names = fingertipsR::indicators_unique(),
area_type = fingertipsR::area_types()
)
)
}