uber_history: History

View source: R/api.R

uber_historyR Documentation

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

## Not run: 
uber_history()

## End(Not run)

DataWookie/ubeR documentation built on Jan. 31, 2024, 3:15 a.m.