We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vectorize (no better API alternative):
osm_get_gpx_metadata(gpx_id, format = c("R", "xml"))
osm_get_metadata_gpx()
osm_get_data_gpx(gpx_id, format)
osm_get_changesets(changeset_id, include_discussion = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE)
osm_read_changeset()
osm_get_notes(note_id, format = c("R", "xml", "rss", "json", "gpx"))
osm_read_note()
osm_get_objects(osm_type, osm_id, version, full_objects = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE)
osm_full_object()
osm_version_object()
osm_read_object()
osm_fetch_objects()
osm_get_user_details(user_id, format = c("R", "xml", "json"))
osm_details_user()
osm_details_users()
osm_delete_gpx(gpx_id)
osm_close_note(note_id)
osm_reopen_note(note_id)
osm_delete_note(note_id, text)
Warning for length(input) > 1 pointing to osmchange_* + osm_diff_upload_changeset() as a recommended API use:
length(input) > 1
osmchange_*
osm_diff_upload_changeset()
osm_create_object()
osm_delete_object()
osm_update_object()
The text was updated successfully, but these errors were encountered:
jmaspons
No branches or pull requests
Vectorize (no better API alternative):
osm_get_gpx_metadata(gpx_id, format = c("R", "xml"))
callosm_get_metadata_gpx()
47e5cb7osm_get_data_gpx(gpx_id, format)
osm_get_changesets(changeset_id, include_discussion = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE)
callosm_read_changeset()
21e185fosm_get_notes(note_id, format = c("R", "xml", "rss", "json", "gpx"))
callosm_read_note()
3df9362osm_get_objects(osm_type, osm_id, version, full_objects = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE)
callosm_full_object()
/osm_version_object()
/osm_read_object()
/osm_fetch_objects()
Simpler yet more powerful package' API #8osm_get_user_details(user_id, format = c("R", "xml", "json"))
callosm_details_user()
/osm_details_users()
Simpler yet more powerful package' API #8osm_delete_gpx(gpx_id)
dbb3a3fosm_close_note(note_id)
ed056f2osm_reopen_note(note_id)
ed056f2osm_get_notes(note_id, format = c("R", "xml", "rss", "json", "gpx"))
3df9362osm_delete_note(note_id, text)
8401ef1Warning for
length(input) > 1
pointing toosmchange_*
+osm_diff_upload_changeset()
as a recommended API use:osm_create_object()
c50fdb1osm_delete_object()
c50fdb1osm_update_object()
c50fdb1The text was updated successfully, but these errors were encountered: