https://github.com/lewisajones/sammammals
https://github.com/lewisajones/sammammals
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lewisajones/sammammals
- Owner: LewisAJones
- Created: 2023-07-03T09:55:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T09:25:29.000Z (over 1 year ago)
- Last Synced: 2024-05-03T18:21:17.276Z (about 1 year ago)
- Language: R
- Size: 3.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.