Learn R Programming

osmapiR (version 0.2.3)

osm_subscribe_changeset_discussion: Subscribe or unsubscribe to a changeset discussion

Description

Subscribe or unsubscribe to a changeset discussion

Usage

osm_subscribe_changeset_discussion(changeset_id)

osm_unsubscribe_changeset_discussion(changeset_id)

Value

Returns the changeset information.

Arguments

changeset_id

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

Functions

  • osm_subscribe_changeset_discussion(): Subscribe to the discussion of a changeset to receive notifications for new comments.

  • osm_unsubscribe_changeset_discussion(): Unsubscribe from the discussion of a changeset to stop receiving notifications.

See Also

Other changeset discussion's functions: osm_comment_changeset_discussion(), osm_hide_comment_changeset_discussion()

Examples

Run this code
if (FALSE) {
# set_osmapi_connection(server = "openstreetmap.org")
osm_subscribe_changeset_discussion(137595351)
osm_unsubscribe_changeset_discussion("137595351")
}

Run the code above in your browser using DataLab