felt_get_map {feltr} | R Documentation |
Get Map Information from Map ID
Description
-
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
Usage
felt_get_map(map_id)
felt_get_map_layers(map_id)
Arguments
map_id |
map identifier from url, from |
Value
a tibble::tibble for the map
Examples
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')
[Package feltr version 0.0.4 Index]