filter_labels | R Documentation |
Optionally filters Montgomery County troubled properties dataset to a rating, and creates labels for circle-marker layers generated by markers_severity() or markers_severity_num()
filter_labels(mctroubledprops, filter = NULL)
mctroubledprops |
Montgomery County troubled properties data, read and processed by read_fix_mc |
filter |
Rating to which data is being filtered; options include "Troubled", "Compliant", "At-Risk", or "Tbd." Default NULL, for no filter |
A list of 1) the filtered dataset 2) the text supplied to the label argument of a leaflet map 3) the text supplied to the popup argument of a leaflet map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.