osm_subscribe_note {osmapiR}R Documentation

Subscribe or unsubscribe to a note

Description

Subscribe or unsubscribe to a note

Usage

osm_subscribe_note(note_id)

osm_unsubscribe_note(note_id)

Arguments

note_id

The id of the note represented by a numeric or a character value.

Value

Returns nothing.

Functions

Examples

## Not run: 
# set_osmapi_connection(server = "openstreetmap.org")
osm_subscribe_note(2067786)
osm_unsubscribe_note("2067786")

## End(Not run)

[Package osmapiR version 0.2.3 Index]