Learn R Programming

tomba (version 1.0.1)

count: Email Count

Description

count Returns total email addresses we have for one domain.

Usage

count(obj, domain)

# S4 method for 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

Run this code
# NOT RUN {
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- count(client,domain="tomba.io")
# }

Run the code above in your browser using DataLab