mirror of
https://github.com/kidwellj/re_connect_survey.git
synced 2024-10-31 23:42:20 +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
|
||||
```{r Data Upload}
|
||||
connect_data = read.csv("./data/connectDATA.csv")
|
||||
|
|
Loading…
Reference in a new issue