Skip to content

Commit

Permalink
Improved documentation for trend option in aera_profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Fox committed Nov 14, 2019
1 parent fd70021 commit 5de8399
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion R/quick_charts.R
Expand Up @@ -905,7 +905,14 @@ map <- function(data, ons_api, area_code, fill, type = "static", value, name_for
#' @param timeperiod unquoted field name of the time period field
#' @param trend unquoted field name of the trend field; if the user doesn't want
#' to display trend information then leave this incomplete and amend the
#' header_labels argument to remove the Trend header
#' header_labels argument to remove the Trend header. Text within this field
#' should contain one of the following words to control the arrows that are
#' displayed; "decreasing", "increasing", "no significant change", "could not
#' be calculated". The text within this field should contain one of the
#' following words to control the colour; "better", "worse", "no significant
#' change". If none of these words appear in the string, the words
#' "increasing" or "decreasing" will be used to colour the arrows in different
#' shades of blue"
#' @param polarity unquoted field name containing the polarity information
#' (currently only handles polarity returned by fingertipsR package)
#' @param significance unquoted field name describing the statistical
Expand Down
9 changes: 8 additions & 1 deletion man/area_profiles.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion man/create_datatable.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5de8399

Please sign in to comment.