R/autocodebook-package.R

#' autocodebook: Automatic Codebook and Tracking for Spark/dplyr Pipelines
#'
#' Wraps dplyr verbs to automatically capture variable metadata (type, source
#' columns, categories, and source code), producing a codebook and an
#' eligibility tracking table with zero manual documentation.
#'
#' @keywords internal
#' @import rlang
#' @import dplyr
#' @import tibble
#' @import gt
#' @importFrom stats sd quantile setNames median
#' @importFrom utils head write.csv
"_PACKAGE"

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.