Description Usage Arguments Details References Examples
Request a ride on the behalf of the authenticated user.
| 1 2 3 | 
| start_latitude | Initial latitude. | 
| start_longitude | Initial longitude. | 
| end_latitude | Final latitude. | 
| end_longitude | Final longitude. | 
| start_address | Initial address. | 
| end_address | Final address. | 
Requires an OAuth 2.0 token with the request scope.
https://developer.uber.com/docs/ride-requests/references/api/v1-requests-post
| 1 2 3 4 5 | ## Not run: 
uber_requests(start_address = "37 Beach Road, Mouille Point, Cape Town",
              end_address = "100 St Georges Mall, Cape Town City Centre, Cape Town")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.