Package: tibble 3.3.1.9017

Kirill Müller

tibble: Simple Data Frames

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

Authors:Kirill Müller [aut, cre], Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], Posit Software, PBC [cph, fnd]

tibble_3.3.1.9017.tar.gz
tibble_3.3.1.9017.zip(r-4.7)tibble_3.3.1.9017.zip(r-4.6)tibble_3.3.1.9017.zip(r-4.5)
tibble_3.3.1.9017.tgz(r-4.6-x86_64)tibble_3.3.1.9017.tgz(r-4.6-arm64)tibble_3.3.1.9017.tgz(r-4.5-x86_64)tibble_3.3.1.9017.tgz(r-4.5-arm64)
tibble_3.3.1.9017.tar.gz(r-4.7-arm64)tibble_3.3.1.9017.tar.gz(r-4.7-x86_64)tibble_3.3.1.9017.tar.gz(r-4.6-arm64)tibble_3.3.1.9017.tar.gz(r-4.6-x86_64)
tibble_3.3.1.9017.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
tibble/json (API)

# Install 'tibble' in R:
install.packages('tibble', repos = c('https://cynkra.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/tidyverse/tibble/issues

Pkgdown/docs site:https://tibble.tidyverse.org

On CRAN:

Conda:

tidy-data

23.20 score 747 stars 11k packages 71k scripts 2.0M downloads 47 mentions 45 exports 9 dependencies

Last updated from:50c178c49f. Checks:13 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK302
linux-devel-x86_64OK283
source / vignettesOK293
linux-release-arm64OK288
linux-release-x86_64OK289
macos-release-arm64OK141
macos-release-x86_64OK377
macos-oldrel-arm64OK119
macos-oldrel-x86_64OK264
windows-develOK121
windows-releaseOK118
windows-oldrelOK108
wasm-releaseOK275

Exports:%>%add_caseadd_columnadd_rowas_data_frameas_tibbleas_tibble_colas_tibble_rowas.tibblecharcolumn_to_rownamesdata_framedata_frame_deframeenframeframe_dataframe_matrixglimpsehas_namehas_rownamesis_tibbleis.tibblelstlst_new_tibblenumobj_sumremove_rownamesrepair_namesrowid_to_columnrownames_to_columnset_char_optsset_num_optsset_tidy_namessize_sumtbl_sumtibbletibble_tibble_rowtidy_namestribbletrunc_mattype_sumvalidate_tibbleview

Dependencies:cligluelifecyclemagrittrpillarpkgconfigrlangutf8vctrs

Column types
Overview | Example values | Implementation

Last update: 2026-04-07
Started: 2020-01-28

Invariants: Comparing behavior with data frames
Conventions | Column extraction | Definition of x[[j]] | Definition of x$name | Column subsetting | Definition of x[j] | Definition of x[, j] | Definition of x[, j, drop = TRUE] | Row subsetting | Definition of x[i, ] | Definition of x[i, , drop = TRUE] | Row and column subsetting | Definition of x[] and x[,] | Definition of x[i, j] | Definition of x[[i, j]] | Column update | Definition of x[[j]] <- a | Definition of x$name <- a | Column subassignment: x[j] <- a | a is a list or data frame | a is a matrix or array | a is another type of vector | a is NULL | a is not a vector | Row subassignment: x[i, ] <- list(...) | Row and column subassignment | Definition of x[i, j] <- a | Definition of x[[i, j]] <- a

Last update: 2026-01-22
Started: 2019-08-24

Column formats
Overview

Last update: 2025-06-07
Started: 2020-11-02

Comparing display with data frames
Digits | Basic differences | Terminal zeros | Trailing dot | Showing more digits | Fixed number of digits | Scientific notation | When is it used? | Enforce notation

Last update: 2025-06-07
Started: 2021-08-06

Controlling display of numbers
Options | Per-column number formatting | Rule-based number formatting | Computing on num | Arithmetics | Mathematics | Override | Recovery

Last update: 2025-06-07
Started: 2021-08-06

Tibbles
Creating | Coercion | Tibbles vs data frames | Printing | Subsetting | Recycling | Arithmetic operations

Last update: 2025-06-07
Started: 2016-03-18

Extending tibble
Topics documented elsewhere | Data frame subclasses | Tibble example | Data frame example

Last update: 2023-02-23
Started: 2017-04-10

Readme and manuals

Help Manual

Help pageTopics
tibble: Simple Data Framestibble-package
Add columns to a data frameadd_column
Add rows to a data frameadd_case add_row
Coerce lists, matrices, and more to data framesas_tibble as_tibble.data.frame as_tibble.default as_tibble.list as_tibble.matrix as_tibble.NULL as_tibble.table as_tibble_col as_tibble_row
Format a character vectorchar set_char_opts
Converting vectors to data frames, and vice versadeframe enframe
Printing tibblesformat.tbl format.tbl_df formatting print.tbl print.tbl_df
Row-wise matrix creationframe_matrix
Test if the object is a tibbleis_tibble
Build a listlst
Tibble constructor and validatornew_tibble validate_tibble
Format a numeric vectornum set_num_opts
Tools for working with row namescolumn_to_rownames has_rownames remove_rownames rowid_to_column rownames rownames_to_column
Subsetting tibbles$.tbl_df $<-.tbl_df subsetting [.tbl_df [<-.tbl_df [[.tbl_df [[<-.tbl_df
'tbl_df' classtbl_df tbl_df-class
Build a data frametibble tibble_row
Package optionstibble_options
Row-wise tibble creationtribble
View an objectview