# Count all parking tickets that relate to fire hydrants by ticket status
if (FALSE) {
aggregate_cov_data("parking-tickets-2017-2019",
group_by = "status",
where = "infractiontext LIKE 'FIRE'")
}
Run the code above in your browser using DataLab