mi_to_numer | R Documentation |
Convert data to numeric, and for the ID column convert with fixed levels.
mi_to_numer(
data,
levels = c("*", 0:9, letters, LETTERS, "_", ".", "-", " ", "/", "\\", ":")
)
data |
A tibble with n position column(pos1,pos2,...) and class column. |
levels |
Characters accommodated in IDs. |
A numeric data frame with numerical or factor type columns.
data(mi_data_procID)
mi_to_numer(mi_data_procID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.