View source: R/extensions-export_codebook.R
bp_export_codebook | R Documentation |
Instruct blueprint to export codebooks
bp_export_codebook(
blueprint,
summaries = FALSE,
file = NULL,
template = NULL,
title = NULL
)
blueprint |
A blueprint |
summaries |
Whether or not variable summaries should be included in codebook |
file |
Path to where the codebook should be saved |
template |
A path to an RMarkdown template |
title |
Optional title of codebook |
An amended blueprint with the codebook export instructions
## Not run:
test_bp <- blueprint(
"mtcars_dat",
description = "The mtcars dataset",
command = mtcars
)
new_bp <- test_bp %>% bp_export_codebook()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.