email_sources | R Documentation |
email_sources
Find email address source somewhere on the web.
email_sources(obj, email)
## S4 method for signature 'Tomba'
email_sources(obj, email)
obj |
Tomba class |
email |
a character email address you want to find sources. |
A list sources data data containing the: URL, URL extracted on and last seen on, check if the URL still on page (TRUE|FALSE).
https://developer.tomba.io/#email-sources
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- email_sources(obj,email="info@tomba.io")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.