Package: codebook Title: Automatic Codebooks from Metadata Encoded in Dataset Attributes Description: Easily automate the following tasks to describe data frames: Summarise the distributions, and labelled missings of variables graphically and using descriptive statistics. For surveys, compute and summarise reliabilities (internal consistencies, retest, multilevel) for psychological scales. Combine this information with metadata (such as item labels and labelled values) that is derived from R attributes. To do so, the package relies on 'rmarkdown' partials, so you can generate HTML, PDF, and Word documents. Codebooks are also available as tables (CSV, Excel, etc.) and in JSON-LD, so that search engines can find your data and index the metadata. The metadata are also available at your fingertips via RStudio Addins. Version: 0.10.1 Authors@R: person("Ruben", "Arslan", email = "ruben.arslan@gmail.com", role = c("aut", "cre")) Depends: R (>= 3.5.0) Language: en-GB URL: https://rubenarslan.github.io/codebook/, https://github.com/rubenarslan/codebook BugReports: https://github.com/rubenarslan/codebook/issues License: MIT + file LICENSE Imports: stats, methods, graphics, utils, rmdpartials, forcats (>= 0.4.0), vctrs (>= 0.3.0), ggplot2 (>= 2.0.0), stringr, rlang, dplyr (>= 1.0.0), tidyr, jsonlite, haven (>= 2.3.0), purrr, tibble, glue, likert, knitr, skimr (>= 2.1.0), htmltools, labeling, labelled, future Suggests: testthat, DT (>= 0.33), lme4, rmarkdown, rstudioapi (>= 0.5), shiny (>= 1.8.1), miniUI (>= 0.1.1), roxygen2, rio, psych Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/pak/sysreqs: make libicu-dev libx11-dev zlib1g-dev Repository: https://rubenarslan.r-universe.dev Date/Publication: 2026-03-02 14:05:09 UTC RemoteUrl: https://github.com/rubenarslan/codebook RemoteRef: HEAD RemoteSha: 6433edb323f50b7d1737b5b91277f1f129162eb2 NeedsCompilation: no Packaged: 2026-07-04 11:52:53 UTC; root Author: Ruben Arslan [aut, cre] Maintainer: Ruben Arslan