Description Usage Arguments Value Examples
View source: R/normalize_phecodes.R
Depending on if a phecode was ever converted to a number or not it can show up in a million different formats. This standardizes everything to a 6 digits number.
1 |
codes |
A vector of phecodes in whatever format your heart desires. E.g.
|
A vector of 0-padded phecodes.
1 | normalize_phecodes(c(8, 8.1, 9.2, 23.4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.