fingertipsR (version 0.1.3)

fingertips_redred: Red significance and red trend

Description

Filters data returned by the fingertips_data function for values for areas that are trending significantly worse and the spot value is significantly worse than the England value in the latest year of that indicator #' @return A data frame of data extracted from the Fingertips API

Usage

fingertips_redred(Comparator = "England", ...)

Arguments

Comparator

String, either "England" or "Parent" to determine which field to compare the spot value significance to

...

Parameters provided to fingertips_data()

Examples

Run this code
# NOT RUN {
# Returns data for the two selected domains at county and unitary authority geography
reddata <- fingertips_redred(ProfileID = 26, AreaTypeID = 102)
# }
# NOT RUN {
#' @family data extract functions
# }

Run the code above in your browser using DataLab