logs | R Documentation |
logs
Returns a your last 1,000 requests you made during the last 3 months.
logs(obj)
## S4 method for signature 'Tomba'
logs(obj)
obj |
Tomba class |
A list requests data containing the: url and The User Agent and IP address associated with the Request,The cost false Free true 1 request,The date,The ISO 3166-1 alpha-2 country code.
https://developer.tomba.io/#logs
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- logs(client)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.