powered by
Subscribe or unsubscribe to a note
osm_subscribe_note(note_id)osm_unsubscribe_note(note_id)
osm_unsubscribe_note(note_id)
Returns nothing.
The id of the note represented by a numeric or a character value.
osm_subscribe_note(): Subscribe to the discussion of a note to receive notifications for new comments.
osm_subscribe_note()
osm_unsubscribe_note(): Unsubscribe from the discussion of a note to stop receiving notifications for new comments.
osm_unsubscribe_note()
if (FALSE) { # set_osmapi_connection(server = "openstreetmap.org") osm_subscribe_note(2067786) osm_unsubscribe_note("2067786") }
Run the code above in your browser using DataLab