Publications by D.Mesler
R is Pretty Cool - Analyst Alliance June Meeting
Introduction This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. More information about how to set code vs narrative script here, https://kbroman.org/knitr_knutshell/pages/Rmarkdown.html. Today wont be an over...
5397 sym R (29691 sym/10 pcs)
Temporal and Spatial Analysis of 911 Calls in Seattle, Washington
library(sf) library(ggplot2) library(dplyr) library(tidyr) library(scales) library(RColorBrewer) library(units) library(cowplot) library(here) library(classInt) library(leaflet) library(lubridate) library(tidycensus) library(tidyverse) library(plotly) library(ggiraph) library(htmlwidgets) li...
23779 sym R (22294 sym/20 pcs) 5 img
Lesson 6
library(sf) library(ggplot2) library(dplyr) library(tidyr) library(scales) library(RColorBrewer) library(units) library(cowplot) library(here) library(classInt) library(leaflet) library(lubridate) library(tidycensus) library(tidyverse) library(plotly) library(ggiraph) library(htmlwidgets) li...
6786 sym R (12297 sym/21 pcs) 4 img
Lesson 4 - Part A
library(sf) library(ggplot2) library(dplyr) library(tidyr) library(scales) library(RColorBrewer) library(units) library(cowplot) library(here) library(classInt) library(leaflet) #library(USAboundaries) library(lubridate) Part A This portion of the lesson continues exploring tornado occurrences i...
4235 sym R (6168 sym/11 pcs) 4 img
Lesson 4 - Part B
library(sf) library(ggplot2) library(dplyr) library(tidyr) library(scales) library(RColorBrewer) library(units) library(cowplot) library(here) library(classInt) library(leaflet) #library(lubridate) was attempting to use this for data wrangling but will try this again another time Part B I finally...
3446 sym R (6815 sym/9 pcs)
Lesson 3
Inspecting King County’s Restaurant Inspection Data I explored King County’s Restaurant Inspection dataset. King County is the most densely populated county in Washington state. These inspections are made to assure that the food is being handled properly from preparation through serving. This dataset contains inspections from 2006 through 2...
6343 sym 9 img