Other packages > Find by keyword >

tidyfst  

Tidy Verbs for Fast Data Manipulation
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("tidyfst", "1.8.3")



Attach the package and use:
library("tidyfst")
Maintained by
Tian-Yuan Huang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-02-24
Latest Update: 2025-05-07
Description:
A toolkit of tidy data manipulation verbs with 'data.table' as the backend. Combining the merits of syntax elegance from 'dplyr' and computing performance from 'data.table', 'tidyfst' intends to provide users with state-of-the-art data manipulation tools with least pain. This package is an extension of 'data.table'. While enjoying a tidy syntax, it also wraps combinations of efficient functions to facilitate frequently-used data operations.
How to cite:
Tian-Yuan Huang (2020). tidyfst: Tidy Verbs for Fast Data Manipulation. R package version 1.8.3, https://cran.r-project.org/web/packages/tidyfst. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.6.6 (2020-02-24 15:40), 0.6.9 (2020-02-28 17:20), 0.7.7 (2020-03-05 01:20), 0.8.8 (2020-03-14 21:10), 0.9.3 (2020-03-24 11:10), 0.9.4 (2020-04-02 13:50), 0.9.5 (2020-04-10 08:10), 0.9.6 (2020-05-02 16:10), 0.9.7 (2020-05-28 10:10), 0.9.8 (2020-08-03 00:20), 0.9.9 (2020-09-01 13:40), 1.0.0 (2021-09-08 07:00), 1.5.0 (2021-12-17 09:40), 1.6.0 (2022-02-17 11:20), 1.6.5 (2022-04-27 15:30), 1.7.0 (2022-08-06 11:00), 1.7.1 (2022-08-16 16:10), 1.7.3 (2022-09-01 16:20), 1.7.4 (2022-10-20 08:40), 1.7.5 (2022-10-27 09:00), 1.7.6 (2022-12-21 09:20), 1.7.7 (2023-07-18 04:40), 1.7.8 (2024-04-15 09:50), 1.7.9 (2024-06-14 07:00), 1.8.0 (2024-08-30 09:40), 1.8.1 (2024-09-16 06:10), 1.8.2 (2025-05-07 07:20)
Other packages that cited tidyfst R package
View tidyfst citation profile
Other R packages that tidyfst depends, imports, suggests or enhances
Complete documentation for tidyfst
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
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  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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