Redact HIV/AIDS from Dataframe
hiv_redact.Rd
Remove iterations of HIV and/or AIDS from dataframe.
Examples
df <- data.frame(cause = c("cancer","hepatitis","COVID-19","HIV"))
hiv_redact(df)
#> Warning: HIV/AIDS data detected.
#> cause
#> 1 cancer
#> 2 hepatitis
#> 3 COVID-19
#> 4