View source: R/data-item-cleaning.R
clean_physician_id | R Documentation |
Clean physician identification numbers
clean_physician_id(physician, keep_unknown = FALSE)
physician |
A character vector of medical license number or facility-generated codes. |
keep_unknown |
Replace values for "unknown" with |
A character vector with leading and trailing whitespace removed.
If keep_unknown
is FALSE
, blanks and values representing
unknown physicians or non-applicable are replaced with NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.