email_sources: Email Sources

Description Usage Arguments Value References Examples

Description

email_sources Find email address source somewhere on the web.

Usage

1
2
3
4
email_sources(obj, email)

## S4 method for signature 'Tomba'
email_sources(obj, email)

Arguments

obj

Tomba class

email

a character email address you want to find sources.

Value

A list sources data data containing the: URL, URL extracted on and last seen on, check if the URL still on page (TRUE|FALSE).

References

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

Examples

1
2
3
4
5
## Not run: 
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- email_sources(obj,email="info@tomba.io")

## End(Not run)

tomba documentation built on Nov. 2, 2021, 9:17 a.m.