judith-bourque / codebook

Create a codebook in R (R&D)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codebook

The goal of codebook is to create codebooks in R.

Create a codebook

With codebookr:

# install.packages("codebookr")
library("codebookr")

study_codebook <- codebook(study)
print(study_codebook, "basic_study_codebook.docx")

With codebook:

# install.packages("codebook")
library("codebook")

new_codebook_rmd()

About

Create a codebook in R (R&D)