Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.