R/quarto.R
nba_init_quarto_proj.Rd
Copies a project named templates
nba_init_quarto_proj( path = "Path/To/My/Project/", overwrite = FALSE, rename = NULL )
The destination directory for the project, the project will automatically be names templates
Whether to overwrite existing files. Defaults to FALSE.
Named character vector to rename files on copy, e.g., c("scientific.qmd" = "index.qmd")
Invisibly returns the paths of copied files.