Description Usage Arguments Value
change column data types
1 | mutate_col_type(tbl1, col_types)
|
tbl1 |
a regular data frame or a tibble |
col_types |
the column types include 'c' for character, 'd' for double, 'i' for integer, 'l' for logical, and 'f' for factor. |
a tibble or a data frame with changed column types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.