Other packages > Find by keyword >

tibble  

Simple Data Frames
View on CRAN: Click here


Download and install tibble package within the R console
Install from CRAN:
install.packages("tibble")

Install from Github:
library("remotes")
install_github("cran/tibble")

Install by package version:
library("remotes")
install_version("tibble", "3.2.1")



Attach the package and use:
library("tibble")
Maintained by
Kirill Müller
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-03-23
Latest Update: 2023-03-20
Description:
Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame.
How to cite:
Kirill Müller (2016). tibble: Simple Data Frames. R package version 3.2.1, https://cran.r-project.org/web/packages/tibble. Accessed 21 Jan. 2025.
Previous versions and publish date:
1.0 (2016-03-23 00:07), 1.1 (2016-07-04 09:13), 1.2 (2016-08-26 21:50), 1.3.0 (2017-04-01 08:30), 1.3.1 (2017-05-17 09:09), 1.3.3 (2017-05-28 09:21), 1.3.4 (2017-08-22 09:16), 1.4.1 (2017-12-26 00:02), 1.4.2 (2018-01-22 20:41), 2.0.0 (2019-01-04 18:00), 2.0.1 (2019-01-12 23:52), 2.1.1 (2019-03-16 23:50), 2.1.2 (2019-05-29 23:40), 2.1.3 (2019-06-06 15:40), 3.0.0 (2020-03-30 09:10), 3.0.1 (2020-04-20 08:10), 3.0.2 (2020-07-07 15:00), 3.0.3 (2020-07-10 22:40), 3.0.4 (2020-10-12 13:20), 3.0.5 (2021-01-15 14:40), 3.0.6 (2021-01-29 11:20), 3.1.0 (2021-02-25 16:50), 3.1.1 (2021-04-18 08:50), 3.1.2 (2021-05-16 10:00), 3.1.3 (2021-07-23 12:20), 3.1.4 (2021-08-25 11:30), 3.1.5 (2021-09-30 14:10), 3.1.6 (2021-11-07 18:30), 3.1.7 (2022-05-03 09:00), 3.1.8 (2022-07-22 08:10), 3.2.0 (2023-03-08 16:20)
Other packages that cited tibble R package
View tibble citation profile
Other R packages that tibble depends, imports, suggests or enhances
Complete documentation for tibble
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

hwriter  
HTML Writer - Outputs R Objects in HTML Format
Easy-to-use and versatile functions to output R objects in HTML format. ...
Download / Learn more Package Citations See dependency  
irtrees  
Estimation of Tree-Based Item Response Models
Helper functions and example data sets to facilitate the estimation of IRTree models from data with ...
Download / Learn more Package Citations See dependency  
neo2R  
Neo4j to R
The aim of neo2R is to provide simple and low level connectors for querying neo4j graph databases ( ...
Download / Learn more Package Citations See dependency  
USgrid  
The Demand and Supply for Electricity in the US
Provides a set of regular time-series datasets, describing the US electricity grid. That includes th ...
Download / Learn more Package Citations See dependency  
cmce  
Computer Model Calibration for Deterministic and Stochastic Simulators
Implements the Bayesian calibration model described in Pratola and Chkrebtii (2018) ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,543

R Packages

203,629

Dependencies

63,897

Author Associations

23,544

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA