-
Notifications
You must be signed in to change notification settings - Fork 0
/
slides.Rmd
37 lines (25 loc) · 918 Bytes
/
slides.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
26
27
28
29
30
31
32
33
34
35
---
title: "Best Practice in R"
subtitle: "R Style Guide and Projects"
author: 'David Caldwell <br> Information Services Division, NHS Scotland <br>'
date: "July 19, 2019"
output:
ioslides_presentation:
css: my-theme.css
---
```{r setup, include = FALSE}
library(knitr)
knitr::opts_chunk$set(echo = FALSE)
```
## R Style Guide
- Mostly guidance on _presentation_ of code, with a little advice on style.
- Reviewed Regularly
- https://github.com/Health-SocialCare-Scotland/R-Resources/blob/master/PHI%20R%20style%20guide.md
## R Projects
- Links together all files in a working directory
- Can manage options independently of RStudio defaults e.g. workspace settings
- Interacts with git repositories well
## Thank You
Questions/Tips?
Contact Transforming Publishing: [email protected]
Transforming Publishing on GitHub: <br> https://github.com/NHS-NSS-transforming-publications