Skip to content
Snippets Groups Projects
Commit b66f3e85 authored by B.Anderson's avatar B.Anderson
Browse files

added basic folder structure

parent d939ae16
Branches
No related tags found
No related merge requests found
.Rproj.user
.Rhistory
.RData
.Ruserdata
*.Rproj
\ No newline at end of file
# woRkflow
## R
The place to keep functions - see [template info](../template.md).
We recommend using [roxygen](https://roxygen2.r-lib.org/) style [documentation](https://style.tidyverse.org/documentation.html).
\ No newline at end of file
# woRkflow
## analysis
The place to put your analysis code - see [template info](../template.md).
In most cases we use:
* make_xxxx.R <- where we do all the heavy lifting and output object creation via drake and then render...
* xxx.Rmd <- where we report the output objects. The results go in [docs/](../docs/)
\ No newline at end of file
# woRkflow
## docs
The place to put the **output** of your analysis code - see [template info](../template.md).
Frequently used as the document store for github pages...
\ No newline at end of file
# woRkflow
## notData
The place **not** to put any data - see [template info](../template.md).
We recommend keeping your data somewhere else e.g. an institutional data store.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment