Skip to contents

Export Comments on an Existing Map

Usage

felt_get_comments(map_id, clean = TRUE)

Arguments

map_id

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

clean

logical, whether to turn the API response into a tibble::tibble

Value

a tibble::tibble for the map

Examples

if (FALSE) { # has_felt_key()
felt_get_comments(map_id = 'Rockland-2024-Districts-TBI8sDkmQjuK2GX9CSiHiUA')
}