Other packages > Find by keyword >

codebook  

Automatic Codebooks from Metadata Encoded in Dataset Attributes
View on CRAN: Click here


Download and install codebook package within the R console
Install from CRAN:
install.packages("codebook")

Install from Github:
library("remotes")
install_github("cran/codebook")

Install by package version:
library("remotes")
install_version("codebook", "0.9.6")



Attach the package and use:
library("codebook")
Maintained by
Ruben Arslan
[Scholar Profile | Author Map]
First Published: 2018-03-21
Latest Update: 2020-06-06
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.
How to cite:
Ruben Arslan (2018). codebook: Automatic Codebooks from Metadata Encoded in Dataset Attributes. R package version 0.9.6, https://cran.r-project.org/web/packages/codebook. Accessed 09 Apr. 2025.
Previous versions and publish date:
0.5.8 (2018-03-21 18:22), 0.5.9 (2018-05-22 21:24), 0.6.2 (2018-07-26 10:10), 0.6.3 (2018-08-01 17:40), 0.7.4 (2018-11-24 20:40), 0.7.5 (2018-12-04 12:20), 0.7.6 (2019-01-08 16:30), 0.8.0 (2019-02-21 16:20), 0.8.1 (2019-05-21 14:51), 0.8.2 (2020-01-09 17:20), 0.9.2 (2020-06-07 01:40), 0.9.5 (2024-10-14 18:10)
Other packages that cited codebook R package
View codebook citation profile
Other R packages that codebook depends, imports, suggests or enhances
Complete documentation for codebook
Downloads during the last 30 days
03/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/08Downloads for codebook010203040506070TrendBars

Today's Hot Picks in Authors and Packages

prettyglm  
Pretty Summaries of Generalized Linear Model Coefficients
One of the main advantages of using Generalised Linear Models is their interpretability. The goal ...
Download / Learn more Package Citations See dependency  
MultSurvTests  
Permutation Tests for Multivariate Survival Analysis
Multivariate version of the two-sample Gehan and logrank tests, as described in L.J Wei & J.M Lachin ...
Download / Learn more Package Citations See dependency  
multitaper  
Spectral Analysis Tools using the Multitaper Method
Implements multitaper spectral analysis using discrete prolate spheroidal sequences (Slepians) and s ...
Download / Learn more Package Citations See dependency  
fisheye  
Transform Base Maps Using Log-Azimuthal Projection
Base maps are transformed to focus on a specific location using an azimuthal logarithmic distance t ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
cvmdisc  
Cramer von Mises Tests for Discrete or Grouped Distributions
Implements Cramer-von Mises Statistics for testing fit to (1) fully specified discrete distributions ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA