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()

codebook_create <- function() {
  NULL
}
antaldaniel/retroharmonize documentation built on Dec. 11, 2023, 10:49 p.m.