count | R Documentation |
count
Returns total email addresses we have for one domain.
count(obj, domain)
## S4 method for signature 'Tomba'
count(obj, domain)
obj |
Tomba class |
domain |
a character Domain name from which you want to find the email addresses. For example, "stripe.com". |
A list domain count data containing the: Total email,Total personal email,Total generic email,Total email on department key_name.
https://developer.tomba.io/#email-count
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- count(client,domain="tomba.io")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.