render_codebook | R Documentation |
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"),
...
)
blueprint |
A dataset blueprint |
meta |
A |
file |
Path to where the codebook should be saved |
title |
Title of the codebook |
dataset |
If included, a |
template |
Path to the knitr template |
... |
Extra parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.