You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/cancensus.R
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,6 @@
20
20
#' @param use_cache If set to TRUE (the default) data will be read from the local cache if available.
21
21
#' @param quiet When TRUE, suppress messages and warnings.
22
22
#' @param api_key An API key for the CensusMapper API. Defaults to \code{options()} and then the \code{CM_API_KEY} environment variable.
23
-
#' @param preserve_suppression_flags Logical. If TRUE, creates additional columns with suffix \code{_flag}
24
-
#' for each census vector variable, containing the original suppression codes (e.g., 'x', 'F', '...')
25
-
#' before they are converted to NA. Useful for understanding data quality and suppression patterns.
26
-
#' Default is FALSE. Use \code{\link{census_data_quality}} to analyze suppression patterns.
27
23
#' @param retry Integer If greater than zero, automatically retry failed API requests with exponential backoff for specified maximum number of times. Defaults to 0.
28
24
#'
29
25
#' @source Census data and boundary geographies are reproduced and distributed on
@@ -57,7 +53,6 @@ get_census <- function (dataset, regions, level=NA, vectors=c(), geo_format = NA
0 commit comments