felt_get_map | R Documentation |
felt_get_map()
returns identifying information for the map
felt_get_map_layers()
returns information about each layer in the map
felt_get_map_elements()
returns the shapes for each layer in the map
felt_get_map(map_id)
felt_get_map_layers(map_id)
map_id |
map identifier from url, from |
a tibble::tibble for the map
felt_get_map('Rockland-2024-Districts-TBI8sDkmQjuK2GX9CSiHiUA')
felt_get_map_layers('Rockland-2024-Districts-TBI8sDkmQjuK2GX9CSiHiUA')
# slower, as it has to build the shapes from the API result
felt_get_map_elements('Rockland-2024-Districts-TBI8sDkmQjuK2GX9CSiHiUA')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.