fingertipsR (version 0.1.3)

profiles: Live profiles

Description

Outputs a data frame of live profiles that data are available for in Fingertips http://fingertips.phe.org.uk/

Usage

profiles(ProfileID = NULL, ProfileName = NULL)

Arguments

ProfileID

Numeric vector, id of profiles of interest

ProfileName

Character vector, full name of profile(s)

Value

A data frame of live profile ids and names along with their domain names and ids.

See Also

area_types for area type and their parent mappings, indicators for indicator lookups, indicator_metadata for indicator metadata and deprivation_decile for deprivation decile lookups

Other lookup functions: area_types, category_types, deprivation_decile, indicator_areatypes, indicator_metadata, indicators

Examples

Run this code
# NOT RUN {
# Returns a complete data frame of domains and their profiles
profiles()
# }
# NOT RUN {
# Returns a data frame of all of the domains in the Public Health Outcomes Framework
profiles(ProfileName = "Public Health Outcomes Framework")
# }

Run the code above in your browser using DataCamp Workspace