Learn R Programming

ubeR (version 0.1.4)

uber_places_put: Set place address

Description

Update home and work addresses for an Uber user's profile.

Usage

uber_places_put(place_id = c("home", "work"), address)

Arguments

place_id
Either "home" or "work".
address
Address to be assigned.

Details

Requires an OAuth 2.0 token with the places scope.

References

https://developer.uber.com/docs/ride-requests/references/api/v1-places-place_id-put

Examples

Run this code
## Not run: ------------------------------------
# uber_places_put("home", "115 St Andrews Dr, Durban North, 4051, South Africa")
## ---------------------------------------------

Run the code above in your browser using DataLab