Description Usage Arguments Value Examples
Change column classes with a named vector
1 2 3 4 5 6 7 8 |
dt |
Table whose column types will be changed |
character |
The columns that will be coerced to character. |
integer |
The columns that will be coerced to integer. |
double |
The columns that will be coerced to double. |
logical |
The columns that will be coerced to logical. |
factor |
The columns that will be coerced to factor. |
Changes by reference the types of the specified columns
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.