knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "docs/figures/README-", out.width = "100%", fig.width = 10, fig.retina = 3 )
Loops over Event logs created by running LCBC's MiniCity-task and generates summary statistics formatted for use in the NOAS database at LCBC.
Data needs to be organized in the following folder structure: data/[Groups]/
Content:
- data
: necessary data for the project. Do not write to it, only read from it. Don't commit to git history.
- R
: contains R custom functions you make and maybe use several places.
- docs
: documents, like Rmarkdown.
- scripts
: analysis scripts and pipelines. Reads from data, sources R and runs analyses. Writes outputs to results
or figures
.
- results
: code output and results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.