tibble-package {tibble}R Documentation

tibble: Simple Data Frames

Description

logo

Provides a 'tbl_df' class (the 'tibble') that provides stricter checking and better formatting than the traditional data frame.

Details

Stable lifecycle

The tibble package provides utilities for handling tibbles, where "tibble" is a colloquial term for the S3 tbl_df class. The tbl_df class is a special case of the base data.frame. class, developed in response to lessons learned over many years of data analysis with data frames.

Tibble is the central data structure for the set of packages known as the tidyverse, including dplyr, ggplot2, tidyr, and readr.

General resources:

Resources on specific topics:

Package options

The following option is used for viewing tabular data with view():

The following options are used by the tibble and pillar packages to format and print tbl_df objects. Used by the formatting workhorse trunc_mat() and, therefore, indirectly, by print.tbl().

Author(s)

Maintainer: Kirill Müller krlmlr+r@mailbox.org

Authors:

Other contributors:

See Also

Useful links:


[Package tibble version 3.0.1 Index]