Description Usage Arguments Examples
View source: R/add_blank_layers.R
Add empty layers of buildings. The purpose of this function is to allow for toggling the layers on and off, via toggle_layer_visible and toggle_layer_invisible. This function adds the following layers (accessed via IDs): apartment building registry (apartment_buildings), apartment building evaluation scores (apartment_evaluation), Above Guideline Increase applications (agi), and tenant defense fund grants (tdf).
1 |
map |
Map created via map_toronto |
1 2 3 | map_toronto() %>%
add_blank_points_layers() %>%
toggle_layer_visible("tdf")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.