Publications by Ansley Murphy
MiniAssignment1CP8883
R Markdown Choose two categories of businesses. See the Yelp API documentation if you need help with the choice. Because you will have Yelp business information for two different categories, you may need to merge them into a single data frame by using bind_rows(). Choose a county within the US. Use tidycensus package to download Census Tract ...
1416 sym R (22397 sym/15 pcs) 3 img
MiniAssignment2CP8883_AEM
Prepare the Yelp data you downloaded for Mini-Assignment 1. library(tidycensus) library(sf) ## Linking to GEOS 3.9.1, GDAL 3.4.3, PROJ 7.2.1; sf_use_s2() is TRUE library(tmap) library(jsonlite) library(httr) library(reshape2) library(here) ## here() starts at C:/Users/AeMck/Desktop/UrbanAnalytics/UA_module1 library(yelpr) library(knitr) l...
1044 sym R (30735 sym/33 pcs) 1 img
MiniAssignment3CP8883_AEM
Download Yelp data on categories = bikerentals for Atlanta metro. Download census data for the commuting (and other variables that you may choose to use)(1 & 2 have been done simultaneously) library(here) ## here() starts at C:/Users/AeMck/Desktop/UrbanAnalytics/UA_module1 library(yelpr) library(knitr) library(tidyverse) ## ── Attaching ...
814 sym R (59973 sym/44 pcs) 5 img 4 tbl
Mini_Assignment4_Murphy
##Script for Assignment 4## library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.1 ✔ stringr...
1593 sym R (2571 sym/12 pcs) 4 img
MajorAssignment2CP8883_AEM
Section 1. Choose your Census Tracts. Provide a brief description of your census tracts. Why do you think the Census Tracts are walkable and unwalkable? What were the contributing factors? I picked a census tract in midtown that reaches from 6th Street down to the North Ave MARTA station. I walk and ride my bike a lot in this area to get to T...
3302 sym R (33985 sym/53 pcs) 1 img
MajorAssignment3CP8883_AEM
library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.1 ✔ stringr 1.4.1 ## ✔ readr 2.1.2...
239 sym R (26025 sym/27 pcs) 2 img
Final Project
Background Georgia is one of the rapidly heating states in the U.S. According to Climate Central’s 2014 ‘States At Risk: Georgia’ report, Georgia had 20 days a year classified as extremely dangerous based on the NWS Heat Index. In addition, based on the data retrieved from Applied Climate Information System (ACIS), days above 90F have i...
14586 sym Python (18718 sym/30 pcs) 4 img