Create a skeleton for a data analysis project in 2 formats: report, Report-centric (Rmd's); production, Modularised (separate scripts and Rmd's). Use the `create_dap()` function for this.
Arguments
- dir
Directory for data analysis project.
- project_type
The type of project is indicated. The options are "reporting" or "production".
- git_activate
Configure the project so that it can use git.
- renv_activate
Configure the project so that it can use renv.