removePHI: removePHI

Description Usage Arguments Value Examples

Description

removes from a table columns that may contain personally-idenifiable information

Usage

1

Arguments

db

a table containing columns with potentially personally-identifiable information

Value

table with PHI columns removed

Examples

1
2
db <- data.frame(name = c("sehj","nikhil"), phone1 = c(12348,421279), color = c("red","yellow"), age = c(10,15))
removePHI(db)

sehjk/nooran documentation built on May 16, 2019, 6:44 p.m.