format_type | R Documentation |
Format type description of variable to 3 letters (int|dbl|lgl|chr|dat)
format_type(type)
type |
Type description ("integer", "double", "logical", character", "date") |
Formatted type description (int|dbl|lgl|chr|dat)
format_type(typeof(iris$Species))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.