format_type {explore}R Documentation

Format type description

Description

Format type description of variable to 3 letters (int|dbl|lgl|chr|dat)

Usage

format_type(type)

Arguments

type

Type description ("integer", "double", "logical", character", "date")

Value

Formatted type description (int|dbl|lgl|chr|dat)

Examples

format_type(typeof(iris$Species))

[Package explore version 1.3.0 Index]