knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
knitr::opts_chunk$set(warning = TRUE, message = TRUE, echo = FALSE, error = FALSE)

library(codebook)
data("bfi", package = 'codebook')
bfi$BFIK_agree <- NULL
ggplot2::theme_set(ggplot2::theme_bw())

bfi$age <- rpois(nrow(bfi), 30)
codebook(bfi)


rubenarslan/codebook documentation built on Nov. 13, 2022, 12:40 p.m.