Skip to content

Commit

Permalink
Update readme regarding gitignore changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZetner committed Sep 4, 2019
1 parent 235f541 commit 8a13dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Questions? [[email protected]](mailto:[email protected])

### Files in the Main Folder

* **.gitignore**: Only matters for version control. Tells Git which files it shouldn't monitor (eg. pictures, data)
* **.gitignore**: Only matters for version control. Tells Git which files it shouldn't monitor (eg. pictures, data). Has some commented lines for data and output folders that can be uncommented by the user in order to include data and output folders without their contents.
* **01_read.R**: Set up script to read in raw data and do basic cleaning
* **02_tidy.R**: Advanced cleaning and modification of data
* **03_model.R**: Statistical modelling from cleaned data
Expand Down

0 comments on commit 8a13dc1

Please sign in to comment.