Skip to content

Commit

Permalink
correct function argument description: quiet is FALSE by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AAoritz committed Feb 7, 2024
1 parent d5ce9a7 commit 557892c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/classify_nuts.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param group_vars Variable name(s) for classification within groups. Always computes overlap within country. `NULL`by default.
#' @param ties Picks `'most_recent'` or `'oldest'` version when overlap is identical across multiple NUTS versions. `'most_recent'`
#' by default.
#' @param quiet Suppress messages and warnings. `TRUE` by default.
#' @param quiet Suppress messages and warnings. `FALSE` by default.
#'
#' @return A list of three tibbles. The first tibble contains the original data with the classified NUTS version, level, and country.
#' The second tibble lists the group-specific overlap with each NUTS version. The third tibble shows missing NUTS codes
Expand Down
2 changes: 1 addition & 1 deletion R/convert_nuts_level.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @param missing_rm Boolean that is FALSE by default. TRUE removes regional flows that depart from missing NUTS codes.
#' @param multiple_versions By default equal to `'break'`, throwing an error when providing multiple NUTS versions within groups.
#' If set to `'most_frequent'` data is converted using the best-matching NUTS version.
#' @param quiet Suppress messages and warnings. `TRUE` by default.
#' @param quiet Suppress messages and warnings. `FALSE` by default.
#'
#' @return A tibble containing NUTS codes, aggregated variable values, and possibly grouping variables.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/convert_nuts_version.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @param missing_rm Boolean that is FALSE by default. TRUE removes regional flows that depart from missing NUTS codes.
#' @param multiple_versions By default equal to `'break'`, throwing an error when providing multiple NUTS versions within groups.
#' If set to `'most_frequent'` data is converted using the best-matching NUTS version.
#' @param quiet Suppress messages and warnings. `TRUE` by default.
#' @param quiet Suppress messages and warnings. `FALSE` by default.
#'
#' @return A tibble containing NUTS codes, converted variable values, and possibly grouping variables.
#'
Expand Down

0 comments on commit 557892c

Please sign in to comment.