Create a draft of an R Markdown NAFO document
draft(
report_type = c("SCR", "STACFIS", "SCS"),
create_dir = FALSE,
edit = FALSE,
...
)The type of report to start.
TRUE to create a new directory for the document.
TRUE to edit the template immediately.
Other arguments to pass to rmarkdown::draft().
This is a light wrapper around rmarkdown::draft().
Consult that function for further details.
if (FALSE) { # \dontrun{
NAFOdown::draft("SCR")
} # }