pastes: Search for cases where an email address has been included in...

Description Usage Arguments Details Value Examples

View source: R/pastes.R

Description

Search for cases where an email address has been included in a paste

Usage

1
pastes(emails, verbose = TRUE, agent = NULL)

Arguments

emails

A character vector of email addresses

verbose

whether to message about http errors and re-tries

agent

agent to be used as header in calls, by default "HIBPwned R pkg". # nolint

Details

According to the API docs (https://haveibeenpwned.com/FAQs#Pastes), "A "paste" is information that has been "pasted" to a publicly facing website designed to share content such as Pastebin."

Value

List of data.frames containing results

Examples

1
pastes(c("steff.sullivan@gmail.com","stephanie.g.locke@gmail.com"))

HIBPwned documentation built on April 17, 2018, 5:08 p.m.