Learn R Programming

tomba (version 1.0.1)

account: Account

Description

account Returns information about the current account.

Usage

account(obj)

# S4 method for Tomba account(obj)

Arguments

obj

Tomba class

Value

A list your account data containing your pricing,first_name,last_name,email,country,requests used on domain search and email finder, and email verifier.

References

https://developer.tomba.io/#account-information

Examples

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

Run the code above in your browser using DataLab