write_default_draft_report_args {saros.base} | R Documentation |
Write Default Arguments for draft_report()
to YAML-file
Description
Write Default Arguments for draft_report()
to YAML-file
Usage
write_default_draft_report_args(
path,
ignore_args = c("data", "...", "dep", "indep", "chapter_structure", "chapter_overview",
"path")
)
Arguments
path |
|
ignore_args |
A character vector of argument (names) not to be written to file. |
Value
The defaults as a yaml
-object.
Examples
write_default_draft_report_args(path = tempfile(fileext = ".yaml"))
[Package saros.base version 1.1.0 Index]