Render codebooks for datasets
render_codebook(
blueprint,
meta,
file,
title = glue::glue("{ui_value(blueprint$name)} Codebook"),
dataset = NULL,
template = bp_path("codebook_templates/default_codebook.Rmd"),
...
)
A dataset blueprint
A blueprint_metadata
object related to the blueprint
Path to where the codebook should be saved
Title of the codebook
If included, a data.frame
to be used as a source for
summaries
Path to the knitr template
Extra parameters passed to rmarkdown::render()