Skip to content

Commit

Permalink
update global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed May 19, 2023
1 parent be416c7 commit 7ba55d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/zzz.r
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ utils::globalVariables(c("variable", "value", "GEOID", "NAME", "type", "moe",
"data_type", "GEOID20", "intersection_id", "intersection_value",
"level", "tidycensus_weight_total", "weight_coef", "SUMLEV",
"REGION", "DIVISION", "CTYNAME", "STNAME", "ALAND", "AWATER",
"COUNTYFP", "COUNTYNS", "LSAD", "NAMELSAD", "STATEFP", "geometry"))
"COUNTYFP", "COUNTYNS", "LSAD", "NAMELSAD", "STATEFP", "geometry",
"CBSA", "CSA", "PLACE", "ZCTA", "ZCTA5CE00"))

#' @importFrom rlang .data
NULL
Expand Down

0 comments on commit 7ba55d9

Please sign in to comment.