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

View source: R/pastes.R

pastesR Documentation

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

Description

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

Usage

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

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

stephlocke/HIBPwned documentation built on Oct. 15, 2022, 4:13 p.m.