felt_delete_map {feltr}R Documentation

Delete an existing map

Description

Delete an existing map

Usage

felt_delete_map(map_id)

Arguments

map_id

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

Value

response code

Examples


map <- felt_create_map(title = 'feltr example')
felt_delete_map(map_id = map$id)


[Package feltr version 0.0.4 Index]