R/create_project.R
create_project_quarto_internal_results.RdThis function creates a new project structure that uses Quarto for documentation with results generated from within the Quarto document. The project includes:
R code directory
Quarto document setup
Results directory with date-based organization
Git configuration
Project initialization code
create_project_quarto_internal_results(home, results)Nothing. Creates project structure and files.
The function creates:
Basic project structure with R and Quarto directories
.gitignore files for R and Quarto
Run.R script for project initialization and document rendering
Quarto configuration (_quarto.yml)
Example Quarto document (quarto.qmd)
RStudio project file