View source: R/extensions-export_kfa_report.R
bp_export_kfa_report | R Documentation |
Instruct blueprint to generate kfa report
bp_export_kfa_report(
bp,
scale,
path = NULL,
path_pattern = NULL,
format = NULL,
title = NULL,
kfa_args = list(),
...
)
bp |
A blueprint |
scale |
Which scale(s) to analyze |
path |
Path(s) to where the report(s) should be saved |
path_pattern |
Override the default location to save files (always rooted to the project root with here::here()) |
format |
The output format of the report(s) |
title |
Optional title of report |
kfa_args |
Arguments forwarded to |
... |
Arguments forwarded to the executing engine e.g. targets::tar_target_raw() or drake::target() |
An amended blueprint with the kfa report 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.