File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ RepoBuild is a simple R package that helps you quickly set up a standardized pro
1717The function ` RepoBuild("path/to/RepoFolder") ` will create the following structure in the specified folder:
1818
1919RepoFolder/\
20- ├── RepoFolder.Rproj \ # RStudio project file
21- ├── R/ \ # R scripts
22- ├── data/ \ # Raw or cleaned data
23- ├── input/ \ # Input files (e.g., CSVs, Excel)
24- ├── output/ \ # Output folder
25- │ ├── figures/ \ # Figures and plots
26- │ └── tables/ \ # Exported tables
27- └── instructions/ \ # Notes or instructions
20+ ├── RepoFolder.Rproj # RStudio project file
21+ ├── R # R scripts
22+ ├── data # Raw or cleaned data
23+ ├── input # Input files (e.g., CSVs, Excel)
24+ ├── output # Output folder
25+ │ ├── figures # Figures and plots
26+ │ └── tables # Exported tables
27+ └── instructions # Notes or instructions
2828
2929### .gitignore Initialization
3030
You can’t perform that action at this time.
0 commit comments