Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 795 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 795 Bytes

R_Projects

A repo for storing a set of different projects.

#Forecasting Food Inspections Questions if its possible to do this without joining data from multiple tables. Turns out that the inspections themselves over 5 years do not provide enough insight to have a good model.

Using Write.Socrata for EMS Incidents

Write.Socrata is really cool and is going to open up a number of different doors. The first door was to see if you could throw forecasted values back into a table. This model shows that it is possible. This needs to be extended to make it dynamic however and updatable. Right now the dates are all fixed values.

Converting Long Form Data to Wide Form Data using Dyplr

Takes long form data and transforms it into wide form data using a single gather() function.