knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/", out.width = "100%" )
Research Compendium of the project {{ PLEASE ADD A FEW WORDS }}
Please cite this compendium as:
{{ PLEASE ADD A CITATION }}
This repository is structured as follow:
data/
:
contains all raw data required to perform analyses
rscripts/
:
contains R scripts to run each step of the workflow
outputs/
:
contains all the results created during the workflow
figures/
:
contains all the figures created during the workflow
paper/
:
contains all the manuscript and related content (biblio, templates, etc.)
R/
:
contains R functions developed especially for this project
man/
:
contains help files of R functions
DESCRIPTION
:
contains project metadata (author, date, dependencies, etc.)
make.R
:
master R script to run the entire project by calling each R script stored in the rscripts/
folder
Clone the repository, open the .Rproj
file in RStudio and run:
source("make.R")
DESCRIPTION
file, will be installed (if necessary)make.R
might take timeAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.