fingertipsR (version 0.1.0)

indicators: Profiles

Description

Outputs a data frame of indicators within a profile or domain

Usage

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

Run this code
# 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)
# }

Run the code above in your browser using DataCamp Workspace