R/global-variables.R

# We only use system data objects as global variables.
# See https://cran.r-project.org/web/packages/dplyr/vignettes/in-packages.html
# For data masking, import .data from rlang and then use .data$var instead of
# var.
# For tidy selection, use "var" instead of var.
utils::globalVariables(c(
  "geographies", "series", "counterparts", "series_topics", "times"
))

Try the wbids package in your browser

Any scripts or data that you put into this service are public.

wbids documentation built on April 11, 2025, 5:39 p.m.