mirror of
https://github.com/kidwellj/re_connect_survey.git
synced 2024-11-01 07:52:21 +00:00
tidying a wee bit
This commit is contained in:
parent
d98d1e7c78
commit
d4458d49f7
|
@ -14,10 +14,6 @@ coul3 <- brewer.pal(3, "RdYlBu") # Using RdYlBu range to generate 3 colour palet
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
|
|
||||||
|
|
||||||
### To Do List
|
|
||||||
|
|
||||||
## Upload Data
|
## Upload Data
|
||||||
```{r Data Upload}
|
```{r Data Upload}
|
||||||
connect_data = read.csv("./data/connectDATA.csv")
|
connect_data = read.csv("./data/connectDATA.csv")
|
||||||
|
|
Loading…
Reference in a new issue