R Analysis ... for El Gus
Purpose
A very tailored version of Matt Dray's great repo to begin a simple analytical project with R and RStudio that fits in my workflow.
You should read this blog post for a more in-depth explanation of the original repo.
How to use
Click here to open the page for copying the repo.
File tree
See individual README.md
files in the folders for specific information but in general:
- Data go on
data/
- External data go on
ext/
- Human readable reports go on
docs/
- Output data and plots go on
output/
- R scripts go on
R/
- Python scripts go on
python/
elgus-R-template/
├── data/
│ ├── README.md
├── Docker/
│ ├── README.md
├── docs/
│ ├── README.md
│ └── template-document-example.Rmd
├── ext/
│ └── README.md
├── output/
│ └── README.md
├── python/
│ └── README.md
├── R/
│ ├── functions.R
│ └── README.md
├── elgus-R-template.Rproj
└── README.md