Publications by Rachel Saidi

Global Covid Cases and Deaths

25.05.2022

Load in the necessary package # install.packages("tidyverse") library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.6 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.9 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## Warning: package 'gg...

1289 sym R (6249 sym/32 pcs) 4 img 1 tbl

Document

25.05.2022

Load Data from Three Different Sources In the following notes, you will load data directly from a URL, directly from pre-build datasets in R, and finally from a file you save in your own folder. Load Data from a URL You can load data from a folder or you can load data directly from a URL. The next example loads the dataset, “Test Scores”, di...

9515 sym R (11043 sym/59 pcs) 12 img