From d4458d49f73c7af8c1638ad21f1d5c0eebb68db2 Mon Sep 17 00:00:00 2001 From: Jeremy Kidwell Date: Thu, 9 Dec 2021 10:16:45 +0000 Subject: [PATCH] tidying a wee bit --- Connect Project R Markdown.Rmd | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Connect Project R Markdown.Rmd b/Connect Project R Markdown.Rmd index ecb4bff..4cb5bf6 100644 --- a/Connect Project R Markdown.Rmd +++ b/Connect Project R Markdown.Rmd @@ -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")