Skip to content
New issue

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

Check input for scalar values or vectorize functions #18

Open
13 of 15 tasks
jmaspons opened this issue May 6, 2024 · 0 comments
Open
13 of 15 tasks

Check input for scalar values or vectorize functions #18

jmaspons opened this issue May 6, 2024 · 0 comments
Assignees

Comments

@jmaspons
Copy link
Collaborator

jmaspons commented May 6, 2024

Vectorize (no better API alternative):

  • osm_get_gpx_metadata(gpx_id, format = c("R", "xml")) call osm_get_metadata_gpx() 47e5cb7
  • osm_get_data_gpx(gpx_id, format)
  • osm_get_changesets(changeset_id, include_discussion = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE) call osm_read_changeset() 21e185f
  • osm_get_notes(note_id, format = c("R", "xml", "rss", "json", "gpx")) call osm_read_note() 3df9362
  • osm_get_objects(osm_type, osm_id, version, full_objects = FALSE, format = c("R", "xml", "json"), tags_in_columns = FALSE) call osm_full_object() / osm_version_object() / osm_read_object() / osm_fetch_objects() Simpler yet more powerful package' API #8
  • osm_get_user_details(user_id, format = c("R", "xml", "json")) call osm_details_user() / osm_details_users() Simpler yet more powerful package' API #8
  • osm_delete_gpx(gpx_id) dbb3a3f
  • osm_close_note(note_id) ed056f2
  • osm_reopen_note(note_id) ed056f2
  • osm_get_notes(note_id, format = c("R", "xml", "rss", "json", "gpx")) 3df9362
  • osm_delete_note(note_id, text) 8401ef1
  • ... review other functions

Warning for length(input) > 1 pointing to osmchange_* + osm_diff_upload_changeset() as a recommended API use:

@jmaspons jmaspons reopened this Jul 7, 2024
@jmaspons jmaspons self-assigned this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant