indicators: Profiles

Description Usage Arguments Value See Also Examples

View source: R/indicators.R

Description

Outputs a data frame of indicators within a profile or domain

Usage

1
indicators(ProfileID = NULL, DomainID = NULL)

Arguments

ProfileID

Numeric vector, id of profiles of interest

DomainID

Numeric vector, id of domains of interest

Value

A data frame of indicators within a profile or domain.

See Also

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

Other lookup functions: area_types, deprivation_decile, indicator_metadata, profiles

Examples

1
2
3
4
5
6
7
## Not run: 
# Returns a complete data frame of indicators and their domains and profiles
indicators()

# Returns a data frame of all of the indicators in the Public Health Outcomes Framework
indicators(ProfileID = 19)
## End(Not run)

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