replace_deaths_id | R Documentation |
replace_deaths_id()
facilitates comparison of the surveillance deaths
linelist with the one exported from NBS by standardizing patient IDs. It
saves the result in the file specified in save_as
.
replace_deaths_id( file = "Working Copy Death Epi.xlsx", directory = "V:/EPI DATA ANALYTICS TEAM/MORTALITY DATA/", id = NULL, save_as = paste0("sas_data/cleaned_surveillance_copy.xlsx") )
file |
The name of the surveillance linelist file |
directory |
The directory containing the linelist |
id |
The name of the column specifying the NBS ID in the linelist; if
|
save_as |
The file path specifying where to save the results |
The cleaned data as a tibble
(invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.