felt_get_map {feltr}R Documentation

Get Map Information from Map ID

Description

Usage

felt_get_map(map_id)

felt_get_map_layers(map_id)

Arguments

map_id

map identifier from url, from ⁠https://felt.com/map/Readable-Name-map_id⁠

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]