This repository serves as a template for a research project carried out in R. It includes a folder structure for data, analyses, results, figures and the article itself:
data-raw: Location of your raw (unmodified) datadata: Location of your prepared/processed dataR: Location of your R codeR/analyses: Location of your R code for analysesR/functions: Location of any custom R functionsR/figures: Location of your R code for producing figures
results: Location of your resultsarticle: Location of your article filesfigures: Location of your figure files
Note: .gitkeep files have been generated for empty directories to enable repository structure. These may be removed.