An open API service indexing awesome lists of open source software.

https://github.com/lewisajones/sammammals


https://github.com/lewisajones/sammammals

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Article template

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) data
- `data`: Location of your prepared/processed data
- `R`: Location of your R code
- `R/analyses`: Location of your R code for analyses
- `R/functions`: Location of any custom R functions
- `R/figures`: Location of your R code for producing figures
- `results`: Location of your results
- `article`: Location of your article files
- `figures`: Location of your figure files

Note: `.gitkeep` files have been generated for empty directories to enable repository structure. These may be removed.