View source: R/osmapi_map_notes.R
osm_subscribe_note | R Documentation |
Subscribe or unsubscribe to a note
osm_subscribe_note(note_id)
osm_unsubscribe_note(note_id)
note_id |
The id of the note represented by a numeric or a character value. |
Returns nothing.
osm_subscribe_note()
: Subscribe to the discussion of a note to receive notifications
for new comments.
osm_unsubscribe_note()
: Unsubscribe from the discussion of a note to stop receiving notifications for new
comments.
## Not run:
# set_osmapi_connection(server = "openstreetmap.org")
osm_subscribe_note(2067786)
osm_unsubscribe_note("2067786")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.