Description Usage Arguments Details References Examples
Update home and work addresses for an Uber user's profile.
1 | uber_places_put(place_id = c("home", "work"), address)
|
place_id |
Either "home" or "work". |
address |
Address to be assigned. |
Requires an OAuth 2.0 token with the places scope.
https://developer.uber.com/docs/ride-requests/references/api/v1-places-place_id-put
1 2 3 4 | ## Not run:
uber_places_put("home", "115 St Andrews Dr, Durban North, 4051, South Africa")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.