Learn R Programming

tomba (version 1.0.1)

logs: Logs

Description

logs Returns a your last 1,000 requests you made during the last 3 months.

Usage

logs(obj)

# S4 method for Tomba logs(obj)

Arguments

obj

Tomba class

Value

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.

References

https://developer.tomba.io/#logs

Examples

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

Run the code above in your browser using DataLab