Learn R Programming

replyr (version 0.3.01)

replyr_str: Show structure of table.

Description

Show structure of table.

Usage

replyr_str(x)

Arguments

x

tbl or item that can be coerced into such.

Value

summary text.

Examples

Run this code

d <- data.frame(x=c(1,2))
replyr_str(d)

Run the code above in your browser using DataLab