Skip to content

Commit ea45fee

Browse files
committed
Update README.md
1 parent d4c01bb commit ea45fee

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ RepoBuild is a simple R package that helps you quickly set up a standardized pro
1717
The function `RepoBuild("path/to/RepoFolder")` will create the following structure in the specified folder:
1818

1919
RepoFolder/\
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

0 commit comments

Comments
 (0)