fingertipsR (version 0.1.0)

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

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

Other lookup functions: area_types, deprivation_decile, 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