Other packages > Find by keyword >

plyr  

Tools for Splitting, Applying and Combining Data
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("plyr", "1.8.9")



Attach the package and use:
library("plyr")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2008-09-30
Latest Update: 2022-11-11
Description:
A set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of 'plyr' has been generously supported by 'Becton Dickinson'.
How to cite:
Hadley Wickham (2008). plyr: Tools for Splitting, Applying and Combining Data. R package version 1.8.9, https://cran.r-project.org/web/packages/plyr. Accessed 18 Feb. 2025.
Previous versions and publish date:
0.1.1 (2008-10-08 17:43), 0.1.2 (2008-11-18 08:56), 0.1.3 (2008-11-19 16:58), 0.1.4 (2008-12-13 11:30), 0.1.5 (2009-02-24 08:37), 0.1.6 (2009-04-15 15:50), 0.1.7 (2009-04-15 22:41), 0.1.8 (2009-04-21 08:57), 0.1.9 (2009-06-23 15:20), 0.1 (2008-09-30 09:29), 1.0.1 (2010-07-06 14:50), 1.0.2 (2010-07-06 20:49), 1.0.3 (2010-07-07 08:04), 1.0 (2010-07-05 20:25), 1.1 (2010-07-24 22:42), 1.2.1 (2010-09-11 11:12), 1.2 (2010-09-10 09:28), 1.4.1 (2011-04-05 15:24), 1.4 (2011-01-04 08:29), 1.5.1 (2011-04-13 16:24), 1.5.2 (2011-04-24 08:57), 1.5 (2011-04-10 21:27), 1.6 (2011-07-29 16:32), 1.7.1 (2012-01-08 15:36), 1.7 (2011-12-30 12:23), 1.8.1 (2014-02-26 17:25), 1.8.2 (2015-04-21 11:41), 1.8.3 (2015-06-12 11:05), 1.8.4 (2016-06-08 10:40), 1.8.5 (2019-12-10 12:30), 1.8.6 (2020-03-03 15:40), 1.8.7 (2022-03-24 22:50), 1.8.8 (2022-11-11 21:50), 1.8 (2012-12-06 08:59)
Other packages that cited plyr R package
View plyr citation profile
Other R packages that plyr depends, imports, suggests or enhances
Complete documentation for plyr
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

readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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