Filters data returned by the fingertips_data function for values for areas
that are trending statistically significantly worse and the spot value is
significantly worse than the comparator (England or Parent) value in the
latest year of that indicator
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()
Value
A data frame of data extracted from
the Fingertips API
# NOT RUN {# Returns data for the two selected domains at county and unitary authority geographyreddata <- fingertips_redred(ProfileID = 26, AreaTypeID = 102)
# }