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")
}
antaldaniel/retroharmonize documentation built on Dec. 31, 2024, 9:52 p.m.