Publications by Tiffany King
NYC Flight Details
NYC Flights Homework Load the libraries and view the “flights” dataset library(tidyverse) ## ── Attaching packages ──────────────────────────────────────────────────────────────────────────�...
352 sym R (3419 sym/23 pcs) 5 img
Week 2- Air Quality
summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.:19.0 3rd Qu.: 56.00 ## Max. :25.0 Max. :120.00 Including Plots You can also embed plots, for example: Note that the echo = FALSE ...
851 sym R (10305 sym/32 pcs) 7 img
Week 3- Hate Crimes
library(tidyverse) ## ── Attaching packages ───────────────────────────────────────────────────────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ gg...
1537 sym R (15900 sym/42 pcs) 4 img
Project 1- Fatal Police Shooting
Load Libraries library(tidyverse) ## ── Attaching packages ───────────────────────────────────────────────────────────────────────────────────────── tidyverse 1.3.0 �...
2668 sym R (9671 sym/38 pcs) 3 img
UC Berkeley Admissions
Load the DSLabs (Data Science Labs) library("dslabs") data(package="dslabs") list.files(system.file("script", package = "dslabs")) ## [1] "make-admissions.R" ## [2] "make-brca.R" ## [3] "make-brexit_polls.R" ## [4] "make-death_prob.R" ## [5] "make-divorce_margari...
1020 sym R (4112 sym/31 pcs) 3 img
GDP-Week 7 HW
Load the Libraries library(readr) library(ggplot2) library(plotly) ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ## ## last_plot ## The following object is masked from 'package:stats': ## ## filter ## The following object is masked from 'package:graphics': ## ## layout library(tidyvers...
189 sym R (5967 sym/31 pcs) 4 img
Final Project
Load Libraries library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble 3.0.3 ✓ dplyr 1.0.1 ## ✓ tidyr 1.1.1 ✓ stringr 1.4.0 ## ✓ readr ...
2977 sym R (8093 sym/42 pcs) 2 img
Kindergarten
Load Libraries library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble 3.0.3 ✓ dplyr 1.0.1 ## ✓ tidyr 1.1.1 ✓ stringr 1.4.0 ## ✓ readr ...
3066 sym R (9357 sym/50 pcs) 2 img
GIS
This tutorial is part of Computerworld’s How to Make a Map with R In 10 (fairly) Easy Steps https://www.computerworld.com/article/3038270/data-analytics/create-maps-in-r-in-10-fairly-easy-steps.html by Sharon Machlis sharon_machlis@idg.com # Set various values needed, including names of files and FIPS codes for New Hampshire and South Carolina ...
3061 sym R (25606 sym/76 pcs) 7 img
Week 9 HW- Movies
#Loading the rvest package library('rvest') ## Loading required package: xml2 #Specifying the url for desired website to be scraped url <- 'http://www.imdb.com/search/title?count=100&release_date=2016,2016&title_type=feature' #Reading the HTML code from the website webpage <- read_html(url) #Using CSS selectors to scrape the rankings section ran...
497 sym R (12639 sym/60 pcs) 3 img