Skip to content

Commit 5aa7f13

Browse files
MJC598ddbaptiste
andauthored
Update README.md
Co-authored-by: Dimitri Baptiste <55843498+ddbaptiste@users.noreply.github.com>
1 parent 8b5a513 commit 5aa7f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This template contains a basic analysis R project folder structure. It assumes w
1010

1111
### Folders
1212

13-
- `data/` - General folder for all data. Ensure if it is too big that it does not get checked into VC itself but instead a reference to the data is copied.
13+
- `data/` - General folder for all data. Ensure if it is [too big](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github#file-size-limits) that it does not get checked into version control itself but instead a reference to the data is copied.
1414
- `data/processed/` - Folder used to store data that is processed by the repository. This is not necessarily output data we want to report but intermediate data that we keep to save compute time.
1515
- `data/raw/` - Folder used to store data that has been untouched by the repository. It is a location for database routing, CSVs, etc. that are pulled from outside sources. Specifically, we do not store any data we have manipulated in this folder.
1616
- `notebooks/` - This folder contains all the Quarto notebooks and is where the analysis happens. Note, these are just `.qmd` files and not rendered results nor partially-rendered files.

0 commit comments

Comments
 (0)