Publications by Name
updatedapply3
Explore data library(tidyverse) horror_movies <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-11-01/horror_movies.csv') ## Rows: 32540 Columns: 20 ## ── Column specification ──────────────────────────────────────�...
3228 sym R (13649 sym/32 pcs) 6 img
CA4
Explore data library(tidyverse) pumpkins_raw <- readr::read_csv("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2021/2021-10-19/pumpkins.csv") ## Rows: 28065 Columns: 14 ## ── Column specification ────────────────────────────────────────�...
3283 sym R (8705 sym/28 pcs) 4 img
Week5
Instructions Create a word cloud using the text column from a real twitter dataset (sample.csv). # Add your library below. Add wordcould2 in the library for fun and try out with wordcloud2 when producing wordclouds below. library(wordcloud2) ## Warning: package 'wordcloud2' was built under R version 4.1.2 library(tm) Step 1. Load and Clean the Da...
1615 sym R (2867 sym/10 pcs)
Apply3
Explore data library(tidyverse) horror_movies <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-11-01/horror_movies.csv') ## Rows: 32540 Columns: 20 ## ── Column specification ──────────────────────────────────────�...
3230 sym R (13199 sym/29 pcs) 5 img
Apply-3
Explore data library(tidyverse) horror_movies <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-11-01/horror_movies.csv') ## Rows: 32540 Columns: 20 ## ── Column specification ──────────────────────────────────────�...
3224 sym R (13187 sym/29 pcs) 5 img
CA3
Explore data library(tidyverse) ratings <- read_csv("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-01-25/ratings.csv") ## Rows: 21831 Columns: 10 ## ── Column specification ────────────────────────────────────────────�...
4154 sym R (10953 sym/35 pcs) 6 img
Apply2IntData
library(tidymodels) ## ── Attaching packages ────────────────────────────────────── tidymodels 1.1.1 ── ## ✔ broom 1.0.5 ✔ recipes 1.0.8 ## ✔ dials 1.2.0 ✔ rsample 1.2.0 ## ✔ dplyr 1.1.3 ✔ tibble 3.2.1 ## ...
2901 sym R (11255 sym/40 pcs) 4 img
CA2IntDat
library(tidymodels) ## ── Attaching packages ────────────────────────────────────── tidymodels 1.1.1 ── ## ✔ broom 1.0.5 ✔ rsample 1.2.0 ## ✔ dials 1.2.0 ✔ tune 1.1.2 ## ✔ infer 1.0.4 ✔ workflows 1.1.3 ## ...
2397 sym R (6111 sym/32 pcs) 5 img
Apply1IntDat
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0...
4305 sym R (8684 sym/32 pcs) 2 img 6 tbl
Int Data Analytics CA 1
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0...
5673 sym R (9811 sym/45 pcs) 4 img