R/zzz_globals.R

# Declara variaveis usadas em NSE (dplyr/rlang) para silenciar o NOTE
# 'no visible binding for global variable' do R CMD check.
utils::globalVariables(c(
  ".cat_v", ".is_pos", "bin_high", "bin_idx", "bin_idx_raw", "bin_low",
  "bin_mid", "block", "cat_label", "cat_raw", "categoria", "categories",
  "category", "code", "elapsed_s", "flag", "label_n", "label_rm", "lower",
  "middle", "n_distinct_v", "n_ids", "n_removed", "p25", "p75", "pct_missing",
  "period", "prop", "step", "step_ord", "tot", "upper", "variable", "x",
  "year_v",
  # flow_diagram(): aesthetics das camadas geom_rect/geom_segment/geom_text
  "y", "xend", "yend", "xmin", "xmax", "ymin", "ymax", "yc", "tx", "hj", "text"
))

Try the autocodebook package in your browser

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

autocodebook documentation built on June 9, 2026, 1:09 a.m.