Description Usage Arguments Value
View source: R/create_report.R
This function works very similarly to usethis::create_project()
, but sets
up the project to generate an Excel report using quickReport
1 2 3 4 5 6 7 8 | create_report(
path,
excel_files = getOption("qr.default_template"),
r_files = NULL,
sql_files = NULL,
rstudio = rstudioapi::isAvailable(),
open = interactive()
)
|
path |
A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists. |
excel_files, r_files, sql_files |
Optional directories containing pre-existing files to use in the report |
rstudio |
If |
open |
If
|
Path to the newly created project or package, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.