indicator_metadata: Indicator metadata

Description Usage Arguments Value See Also Examples

View source: R/indicator_metadata.R

Description

Outputs a data frame containing the metadata for selected indicators

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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)
## End(Not run)

sebsfox/fingertipsR documentation built on May 24, 2019, 7:19 a.m.