#' @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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.