Rdocumentation
powered by
Learn R Programming
tibble (version 1.0)
tbl_df: S3 class: tbl_df
Description
A data frame tbl wraps a local data frame. The main advantage to using a
tbl_df
over a regular data frame is the printing: tbl objects only print a few rows and all the columns that fit on one screen, describing the rest of it as text.
Usage
tbl_df(data)
Arguments
data
a data frame