Learn R Programming

tibblify (version 0.3.1)

get_spec: Examine the column specification

Description

Examine the column specification

Usage

get_spec(x)

Value

A tibblify specification object.

Arguments

x

The data frame object to extract from.

Examples

Run this code
df <- tibblify(list(list(x = 1, y = "a"), list(x = 2)))
get_spec(df)

Run the code above in your browser using DataLab