usage {tomba} | R Documentation |
Usage
Description
usage
Check your monthly requests.
Usage
usage(obj)
## S4 method for signature 'Tomba'
usage(obj)
Arguments
obj |
Tomba class |
Value
A list requests data containing the: usage of the domain,finder,verifier and source from: Website, Google Sheets add-on,api, browser extension, bulk tasks.
References
https://developer.tomba.io/#usage
Examples
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- usage(client)
## End(Not run)
[Package tomba version 1.0.1 Index]