Learn R Programming

tomba (version 1.0.1)

usage: Usage

Description

usage Check your monthly requests.

Usage

usage(obj)

# S4 method for 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

Run this code
# NOT RUN {
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- usage(client)
# }

Run the code above in your browser using DataLab