Description Usage Arguments Details References Examples
Retrieve home and work addresses from an Uber user's profile.
1 | uber_places_get(place_id = c("home", "work"))
|
place_id |
Either "home" or "work". |
Requires an OAuth 2.0 token with the places scope.
https://developer.uber.com/docs/ride-requests/references/api/v1-places-place_id-get
1 2 3 4 5 6 | ## Not run:
uber_places_get()
uber_places_get("home")
uber_places_get("work")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.