Publications by Katie Quinn ’ Lauren Cunneen
Assignment_3
## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union ## Rows: 77 Columns: 8 ## ── Column specification ─────────────────────────�...
1009 sym Python (7072 sym/18 pcs)
Assignment 3
library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(readr) # Load the movies dataset movies <- read_csv("https://gist.githubusercontent.com/tiangechen/b68782ef...
932 sym R (6596 sym/19 pcs)
Data 3210 Assignment 2
Question 1 library(readr) HR_comma_sep <- read_csv("Data/HR_comma_sep.csv") ## Rows: 14999 Columns: 10 ## ── Column specification ──────────────────────────────────────────────────────── ## Delimiter: "," ## chr (2): Department, salar...
605 sym R (470 sym/2 pcs)