chore update example-usage.R
This commit is contained in:
Родитель
bfadf32ddf
Коммит
4b7e8e2ab8
|
@ -8,9 +8,9 @@ library(here) # optional, but makes relative paths more manageable
|
|||
generate_report2(
|
||||
output_format = rmarkdown::html_document(toc = TRUE, toc_depth = 6, theme = "cosmo"),
|
||||
output_file = "minimal report.html",
|
||||
output_dir = here("minimal-example"), # path for output
|
||||
output_dir = here("templates", "minimal-example"), # path for output
|
||||
report_title = "Minimal Report",
|
||||
rmd_dir = here("minimal-example", "minimal.Rmd"), # path to RMarkdown file,
|
||||
rmd_dir = here("templates", "minimal-example", "minimal.Rmd"), # path to RMarkdown file,
|
||||
|
||||
# Custom arguments to pass to `minimal-example/minimal.Rmd`
|
||||
data = sq_data,
|
||||
|
|
Загрузка…
Ссылка в новой задаче