pillar (version 1.3.0)

new_pillar_type: Prepare a column type for formatting

Description

Call format() on the result to render column types.

Usage

new_pillar_type(x, ...)

Arguments

x

A vector for which the type is to be retrieved.

...

Unused.

Examples

Run this code
# NOT RUN {
format(new_pillar_type(iris$Species))
# }

Run the code above in your browser using DataCamp Workspace