account | R Documentation |
account
Returns information about the current account.
account(obj)
## S4 method for signature 'Tomba'
account(obj)
obj |
Tomba class |
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.
https://developer.tomba.io/#account-information
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- account(obj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.