Package: tibble 3.2.1.9018

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], RStudio [cph, fnd]

tibble_3.2.1.9018.tar.gz
tibble_3.2.1.9018.zip(r-4.5)tibble_3.2.1.9018.zip(r-4.4)tibble_3.2.1.9018.zip(r-4.3)
tibble_3.2.1.9018.tgz(r-4.4-arm64)tibble_3.2.1.9018.tgz(r-4.4-x86_64)tibble_3.2.1.9018.tgz(r-4.3-arm64)tibble_3.2.1.9018.tgz(r-4.3-x86_64)
tibble_3.2.1.9018.tar.gz(r-4.5-noble)tibble_3.2.1.9018.tar.gz(r-4.4-noble)
tibble_3.2.1.9018.tgz(r-4.4-emscripten)tibble_3.2.1.9018.tgz(r-4.3-emscripten)
tibble.pdf |tibble.html
tibble/json (API)
NEWS

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

Peer review:

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

On CRAN:

tidy-data

45 exports 652 stars 20.42 score 10 dependencies 10595 dependents 1.1M downloads

Last updated 1 hours agofrom:7ead2f5a03d5a7bd2f32eb9c0bd1e958022aabd7

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:clifansigluelifecyclemagrittrpillarpkgconfigrlangutf8vctrs

Column formats

Rendered fromformats.Rmdusingknitr::rmarkdownon Jun 26 2024.

Last update: 2023-11-05
Started: 2020-11-02

Column types

Rendered fromtypes.Rmdusingknitr::rmarkdownon Jun 26 2024.

Last update: 2023-11-05
Started: 2020-01-28

Comparing display with data frames

Rendered fromdigits.Rmdusingknitr::rmarkdownon Jun 26 2024.

Last update: 2022-08-16
Started: 2021-08-06

Controlling display of numbers

Rendered fromnumbers.Rmdusingknitr::rmarkdownon Jun 26 2024.

Last update: 2023-11-05
Started: 2021-08-06

Extending tibble

Rendered fromextending.Rmdusingknitr::rmarkdownon Jun 26 2024.

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

Invariants: Comparing behavior with data frames

Rendered frominvariants.Rmdusingknitr::rmarkdownon Jun 26 2024.

Last update: 2022-09-27
Started: 2019-08-24

Tibbles

Rendered fromtibble.Rmdusingknitr::rmarkdownon Jun 26 2024.

Last update: 2023-02-23
Started: 2016-03-18

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