Publications by Harold Nelson

Notes 360 Mar 31

31.03.2021

Notes Mar 31 Harold Nelson 3/31/2021 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 �...

1174 sym R (6415 sym/31 pcs) 5 img

Notes 360 Mar 29

29.03.2021

Notes Mar 29 Harold Nelson 3/29/2021 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 �...

1262 sym R (5528 sym/24 pcs) 2 img

Week 3

28.03.2021

Week 3 Harold Nelson 3/26/2021 library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1....

3151 sym R (12110 sym/64 pcs) 5 img

Notes 463 Mar 24

24.03.2021

Notes Mar 24 Harold Nelson 3/24/2021 Insttall the package urbnmapr. library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.0 ✓ purrr 0.3.4 ## ✓ tibble 3.0.5 ✓ dplyr 1.0.3 ##...

2796 sym R (11351 sym/53 pcs) 10 img

Practical WK1

15.03.2021

# install.packages(c("sf", "tmap", "tmaptools", "RSQLite", "tidyverse")) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.0 ✓ purrr 0.3.4 ## ✓ tibble 3.0.5 ✓ dplyr 1.0.3 ...

384 sym R (9368 sym/32 pcs) 3 img

Notes 360 Mar 12

12.03.2021

Notes Mar 12 Harold Nelson 3/11/2021 This is a collection of questions which can be answered using the superbowl commercials dataset. Setup Load the data and get the libraries we need. youtube <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2021/2021-03-02/youtube.csv') ## ## ── Column specif...

2100 sym R (8552 sym/41 pcs) 11 img

Notes 360 mar 10

10.03.2021

Notes Mar 10 Harold Nelson 3/9/2021 Superbowl Ads This is from Tidy Tuesday of March 2, 2021. Get Data youtube <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2021/2021-03-02/youtube.csv') ## ## ── Column specification ─────────────────────────...

295 sym R (11675 sym/16 pcs) 1 tbl

Notes 360 Mar 5

05.03.2021

Notes Mar 3 Harold Nelson 3/3/2021 Setup Get the earnings data from Tidy Tuesday of 2/23 and load the tidyverse. library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ...

1432 sym R (6594 sym/27 pcs) 5 img

Notes 463 Mar 3

03.03.2021

Notes 463 Mar 3 Harold Nelson 3/3/2021 library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ st...

2276 sym R (8173 sym/30 pcs) 5 img

Notes 463 Mar 10

10.03.2021

Notes March 10 Harold Nelson 3/10/2021 This is essentially a review of the Datacamp course on census data. We will apply what we have learned to our local area. Note in tasks which get census data, include “hide = TRUE” in your chunk header to eliminate progress reporting. For example, {r,hide=TRUE}. This suppresses all output, so put code...

2040 sym R (28217 sym/39 pcs) 4 img