Package: detector 0.1.0.9000
detector: Detect Data Containing Personally Identifiable Information
Allows users to quickly and easily detect data containing Personally Identifiable Information (PII) through convenience functions.
Authors:
detector_0.1.0.9000.tar.gz
detector_0.1.0.9000.zip(r-4.7)detector_0.1.0.9000.zip(r-4.6)detector_0.1.0.9000.zip(r-4.5)
detector_0.1.0.9000.tgz(r-4.6-any)detector_0.1.0.9000.tgz(r-4.5-any)
detector_0.1.0.9000.tar.gz(r-4.7-any)detector_0.1.0.9000.tar.gz(r-4.6-any)
detector_0.1.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
detector/json (API)
| # Install 'detector' in R: |
| install.packages('detector', repos = c('https://paulhendricks.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/paulhendricks/detector/issues
Last updated from:1092a275fe. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 115 | ||
| source / vignettes | OK | 193 | ||
| linux-release-x86_64 | OK | 117 | ||
| macos-release-arm64 | OK | 80 | ||
| macos-oldrel-arm64 | OK | 92 | ||
| windows-devel | OK | 80 | ||
| windows-release | OK | 67 | ||
| windows-oldrel | OK | 64 | ||
| wasm-release | OK | 94 |
Exports:detecthas_email_addresseshas_national_identification_numbershas_phone_numbersis_email_addressis_national_identification_numberis_phone_number
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Detect if a data object contains PII. | detect detect.character detect.data.frame detect.default |
| detector: Detect Data Containing Personally Identifiable Information | detector-package detector |
| Test if a character vector has any e-mail addresses. | has_email_addresses |
| Test if a character vector has any national identification numbers. | has_national_identification_numbers |
| Test if a character vector has any phone numbers. | has_phone_numbers |
| Test if a string is an e-mail address. | is_email_address |
| Test if a string is a national identification number. | is_national_identification_number |
| Test if a string is a phone number. | is_phone_number |
