jfjelstul/codebookr: Tools to Document Datasets in R

This R package contains tools for easily generating documentation for datasets. There are two main functions: create_codebook() and document_data(). The function create_codebook() generates LaTeX code (a .tex file) for a nicely-formatted .pdf codebook. There's an example in the example/ directory. The function document_data() automatically generates R documentation for an R data package (i.e., an R script for each dataset in your project with roxygen2 comments). These functions make it easy to produce documentation for a data project.

Getting started

Package details

Maintainer
LicenseMIT
Version1.0.9000
URL https://github.com/jfjelstul/codebookr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("jfjelstul/codebookr")
jfjelstul/codebookr documentation built on Dec. 20, 2021, 11:07 p.m.