head.tbl_df: head method for tabl_df that shows all columns

Description Usage Arguments See Also

Description

Internally tbl_df is transformed via as.data.frame() and than the usual head() function is used.

Usage

1
2
## S3 method for class 'tbl_df'
head(x, n = 5)

Arguments

x

the tbl_df object for which to show head

n

the amount of rows to show

See Also

head()


petermeissner/idep documentation built on May 25, 2019, 1:53 a.m.