View source: R/data-item-cleaning.R
clean_age | R Documentation |
Clean patient ages
clean_age(age, keep_unknown = FALSE)
age |
|
keep_unknown |
Replace values for "unknown" with |
An integer vector of ages.
If keep_unknown
is FALSE
, values representing unknown ages
are replaced with NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.