knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Within this repository you will find:
| Directory | Description |
| --------- | --------------------------------------------------------------------------- |
| docs | Contains all .Rmd
s and their corresponding .html
s describing analyses performed for this project. These can be view interactively at: link|
| logs | For any scripts that were run outside of an .Rmd
(e.g. scripts from the scripts directory), a log file was recorded and can be accessed here. |
| man | Figures used in .Rmd
s. |
| R| Various functions called in docs and scripts. |
| raw_data | External tables used in analyses. |
| renv | renv
-related scripts- |
| results | Results from all analyses. |
| scripts | Contains analysis scripts. Each script contains a one-line description and is also referenced in its corresponding .Rmd
. |
This repository uses renv
to create a reproducible environment for this R project.
renv
should automatically bootstrap itself, thereby downloading and installing the appropriate version of renv
into the project library. renv::restore()
to restore the project library locally on your machine.For more information on collaborating with renv
, please refer to this link.
The code in this repository is released under an MIT license. This repository is distributed in the hope that it will be useful to the wider community, but without any warranty of any kind. Please see the LICENSE file for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.