format_type {explore} | 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))