if (FALSE) {
set_osmapi_connection("testing") # use the testing server
changeset <- osm_get_changesets(300626)
updated_changeset <- osm_comment_changeset_discussion(
changeset_id = changeset$id,
comment = "A new comment to test osmapiR"
)
updated_changeset
}
Run the code above in your browser using DataLab