Learn R Programming

ubeR (version 0.1.4)

uber_history: History

Description

Returns data about a user's activity on Uber.

Usage

uber_history(limit = 5, offset = 0)

Arguments

limit
Number of items to retrieve.
offset
Offset the returned results.

Details

Requires an OAuth 2.0 token with the history or history_lite scope.

References

https://developer.uber.com/docs/ride-requests/references/api/v12-history-get

Examples

Run this code
## Not run: ------------------------------------
# uber_history()
## ---------------------------------------------

Run the code above in your browser using DataLab