Instruct blueprint to export codebooks
bp_export_codebook(
blueprint,
summaries = FALSE,
file = NULL,
template = NULL,
title = NULL
)
An amended blueprint with the codebook export instructions
if (FALSE) { # \dontrun{
test_bp <- blueprint(
"mtcars_dat",
description = "The mtcars dataset",
command = mtcars
)
new_bp <- test_bp %>% bp_export_codebook()
} # }