This function works very similarly to usethis::create_project()
, but sets
up the project to generate an Excel report using quickReport
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.