if (!exists("indent")) {
    indent <- '#' # ugly hack
}
if (exists("testing")) {
    results <- data.frame()
    survey_repetition <- 'single'
    reliabilities <- list()
    missingness_report <- ''
    data_info <- '' 
    survey_overview <- '' 
    scales_items <- c()
    detailed_items <- TRUE
    detailed_scales <- TRUE
}
knitr::asis_output(data_info)
knitr::asis_output(survey_overview)

r ifelse(detailed_variables || detailed_scales, paste0(indent, "Variables"),"")

if (detailed_variables || detailed_scales) {
  knitr::asis_output(paste0(scales_items, sep = "\n\n\n", collapse = "\n\n\n"))
}
missingness_report
items
jsonld


Try the codebook package in your browser

Any scripts or data that you put into this service are public.

codebook documentation built on July 1, 2020, 10:28 p.m.