R/codelist.R

Defines functions codelist_create

Documented in codelist_create

#' @title Create a codelist
#' @description This is a function candidate.
#' @details should be a new function that creates a codelist which considers  
#' \href{SDMX Content-Oriented Guidelines (COG)}{https://sdmx.org/?page_id=4345}
#' and any guidance from DDI on Question banks, and the DDI Question Construct.
#' Partly replaces the current \code{\link{create_codebook}} function.
#' @return This function will return a data frame (tbl_df) with a codelist.
#' @family codelist functions
#' @examples 
#' # This is a new function candidate and is not written yet.
#' codelist_create()

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