Publications by Jennifer Johnson
Week 3 - Data110 - Midterm Practice
Load Libraries library(rvest) ## Loading required package: xml2 library(tidyverse) ## -- Attaching packages ------------------------------------------ tidyverse 1.3.0 -- ## v ggplot2 3.3.1 v purrr 0.3.4 ## v tibble 3.0.1 v dplyr 1.0.0 ## v tidyr 1.1.0 v stringr 1.4.0 ## v readr 1.3.1 v forcats 0.5.0 ## -- Conflicts ---...
3915 sym R (8168 sym/64 pcs) 1 img
Web Scraping IMDb
Scraping a webpage (IMDb) using R Exercise found at: https://www.analyticsvidhya.com/blog/2017/03/beginners-guide-on-web-scraping-in-r-using-rvest-with-hands-on-knowledge/ # install.packages('rvest') library(tidyverse) ## -- Attaching packages ------------------------------------------------------------------------------------------------------ t...
4770 sym R (21750 sym/134 pcs) 7 img
Nations Assignment Final
Week 4 Assignment Assignment Description Use dplyr and ggplot2 to process data and draw these two charts (shown below) from the Nations dataset. You do NOT need to incorporate interactivity, but you can, if you want to challenge yourself. Examples are shown below: Example Charts Details for Nations Dataset Charts Assignment • For both charts...
2830 sym R (9694 sym/53 pcs) 18 img
Diversity at For-Profit Educational Institutions vs. Not-for-Profit Institutions
library(git2r) library(usethis) Racial Demographics at For-Profit and Not-For-Profit Educational Institutions “Until we get equality in education, we won’t have an equal society.” ~ Supreme Court Justice Sonia Sotomayor Topic Background Each of our team members originally selected a few datasets that we compared as a group. Our group d...
17923 sym R (34002 sym/114 pcs) 6 img