indicators_unique: Live indicators

Description Usage Arguments Value See Also Examples

Description

Outputs a data frame of indicators (their id and name only). Note, this function can take up to a few minutes to run (depending on internet connection speeds)

Usage

1
indicators_unique(ProfileID = NULL, DomainID = NULL, path)

Arguments

ProfileID

Numeric vector, id of profiles of interest

DomainID

Numeric vector, id of domains of interest

path

String; Fingertips API address. Function will default to the correct address

Value

A data frame of indicator ids and names

See Also

indicators for indicators and their parent domains and profiles, area_types for area type and their parent mappings, indicator_metadata for indicator metadata and profiles for profile lookups and deprivation_decile for deprivation decile lookups and category_types for category lookups, indicator_areatypes for indicators by area types lookups and indicator_order for the order indicators are presented on the Fingertips website within a Domain

Other lookup functions: area_types(), category_types(), deprivation_decile(), indicator_areatypes(), indicator_metadata(), indicator_order(), indicators(), nearest_neighbours(), profiles()

Examples

1
2
3
## Not run: 
indicators_unique(ProfileID = 21)
## End(Not run)

fingertipsR documentation built on Sept. 16, 2020, 5:07 p.m.