fingertipsR (version 0.1.3)

indicator_metadata: Indicator metadata

Description

Outputs a data frame containing the metadata for selected indicators

Usage

indicator_metadata(IndicatorID = NULL, DomainID = NULL, ProfileID = NULL)

Arguments

IndicatorID

Numeric vector, id of the indicator of interest

DomainID

Numeric vector, id of domains of interest

ProfileID

Numeric vector, id of profiles of interest. Indicator polarity can vary between profiles therefore if using one of the comparison fields it is recommended to complete this field as well as IndicatorID. If IndicatorID is populated, ProfileID can be ignored or must be the same length as IndicatorID (but can contain NAs).

Value

The metadata associated with each indicator/domain/profile identified

See Also

indicators for indicator lookups, profiles for profile lookups, deprivation_decile for deprivation lookups and area_types for area types and their parent mappings and category_types for category lookups and indicator_areatypes for indicators by area types lookups

Other lookup functions: area_types, category_types, deprivation_decile, indicator_areatypes, indicators, profiles

Examples

Run this code
# NOT RUN {
# Returns metadata for indicator ID 90362 and 1107
indicatorIDs <- c(90362, 1107)
indicator_metadata(indicatorIDs)

# Returns metadata for the indicators within the domain 1000101
indicator_metadata(DomainID = 1000101)

# Returns metadata for the indicators within the profile with the ID 129
indicator_metadata(ProfileID = 129)
# }

Run the code above in your browser using DataLab