R/codebook.R

Defines functions codebook_create

Documented in codebook_create

#' @title Create a codebook
#' @description This is a function candidate which will partly replace the current
#' \code{\link{create_codebook}} function.
#' @details This future function should create a DDI-Codebook compatible, partial codebook on 
#' survey level.
#' @return This function will return 
#' @family codebook functions
#' @examples 
#' # This is a new function candidate and is not written yet.
#' codebook_create()

#' @keywords internal 
codebook_create <- function() {
  cat("Not written yet")
}
rOpenGov/retroharmonize documentation built on Feb. 3, 2025, 8:54 p.m.