count {tomba}R Documentation

Email Count

Description

count Returns total email addresses we have for one domain.

Usage

count(obj, domain)

## S4 method for signature 'Tomba'
count(obj, domain)

Arguments

obj

Tomba class

domain

a character Domain name from which you want to find the email addresses. For example, "stripe.com".

Value

A list domain count data containing the: Total email,Total personal email,Total generic email,Total email on department key_name.

References

https://developer.tomba.io/#email-count

Examples

## Not run: 
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- count(client,domain="tomba.io")

## End(Not run)

[Package tomba version 1.0.1 Index]