r() creates an R script.
py() creates a Python script.
rmd() creates an Rmarkdown document.
qmd() creates a Quarto document.
r(
name,
prefix_by = c("count", "date"),
proj_path = here::here(),
open = rlang::is_interactive()
)qmd(
name,
prefix_by = c("count", "date"),
proj_path = here::here(),
open = rlang::is_interactive()
)
rmd(
name,
prefix_by = c("count", "date"),
proj_path = here::here(),
open = rlang::is_interactive()
)
py(
name,
prefix_by = c("count", "date"),
proj_path = here::here(),
open = rlang::is_interactive()
)
The filepath as a character string.
A character string; name of the script.
Which prefix to use. Can be "count" or "date".
Project path.
If TRUE, tries to open the file with RStudio after creation.
Orgnizr allows you to set some global options. See https://github.com/jobrachem/organizr for details.