HIBPwned (version 0.1.7)

data_classes: Get list of classes of data that have been exposed in breaches

Description

Get list of classes of data that have been exposed in breaches

Usage

data_classes(verbose = TRUE, agent = NULL)

Arguments

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

Value

Data.frame containing data class details

Details

Note that the package uses memoise (https://github.com/r-lib/memoise) with no timeout argument so that results are cached inside an active R session.

Examples

Run this code
# NOT RUN {
data_classes()
# }

Run the code above in your browser using DataLab