-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
25 lines (16 loc) · 1.4 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: "Practical R Workflow"
---
```{r load_packages, message=FALSE, warning=FALSE, include=FALSE}
library(fontawesome)
```
<img style="float: right;" src="images/tools-logo-transparent.png" width=30%>
These are a collection of short sessions (45min to 1hr) from RWorkflow workshops that I have given 2018-2021. The sessions are focused on tools and practices for scientists to help you be **faster, more efficient and organized** in your coding and in merging reports with code. The focus of these workshops is practical skills and tools. Each session is stand-alone. The sessions are generally introductory with links to GitHub repositories that illustrate more complex examples (and that you can copy and build on).
**Target audience**: You already code in R, maybe use RStudio too, but want to learn some tips about being more efficient from a seasoned R programmer who does the kind of coding and work that you do.
**About me**: I am a modeler/applied mathematician with the National Marine Fisheries Service (NMFS) and I am immersed in R. I develop R packages for public use. I teach time-series analysis at the University of Washington (using R) and I teach workshops on R and reproducible research.
## Topics
See links in the top nav bar to material from sessions I have done in the past.
<hr>
<div style="text-align: center">
<i class="fas fa-cubes"></i> NWFSC Math Bio Program <i class="fas fa-cubes"></i>
</div>