Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhirotacouncil committed Sep 15, 2023
1 parent 9325c2b commit 58cea84
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions code/311_committee_requests/02_311_interactive.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ library(readr)
library(data.table)
library(councildown)

# accompanying interactive plots to 01_311_initial_request.Rmd
# you don't have to run the first file if you just want the interactive plots
# 311 interactive plots

# separate but related to 01_311_initial_request.Rmd
# you don't have to run the first file if you just want the interactive plots,
# a lot of it is redundant

dsny_311 <- fread("https://data.cityofnewyork.us/resource/fhrw-4uyv.csv?agency='DSNY'&$where=created_date>='2018-01-01'&$limit=999999999999")
setDT(dsny_311)
Expand Down

0 comments on commit 58cea84

Please sign in to comment.