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

odpc  
One-Sided Dynamic Principal Components
Functions to compute the one-sided dynamic principal components ('odpc') introduced in Pe ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
seismic  
Predict Information Cascade by Self-Exciting Point Process
An implementation of self-exciting point process model for information cascades, which occurs when m ...
Download / Learn more Package Citations See dependency  
daySupply  
Calculating Days' Supply and Daily Dose of Prescriptions
Allows clinicians and researchers to compute daily dose (and subsequently days' supply) for prescrip ...
Download / Learn more Package Citations See dependency  
bootSVD  
Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data
Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for ...
Download / Learn more Package Citations See dependency  
nlstac  
An R Package for Fitting Separable Nonlinear Models
Set of functions implementing the algorithm described in Fernandez Torvisco et al. (2018) for fitti ...
Download / Learn more Package Citations See dependency  

22,030

R Packages

186,816

Dependencies

55,244

Author Associations

22,031

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns