Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

Using dplyr's rename() including variable names not in data set

r plyr dplyr

Is there a dplyr or data.table equivalent to plyr::join_all? Joining by a list of data frames?

r data.table dplyr plyr

Calculate proportions within subsets of a data frame

r plyr

Converting a data frame to a matrix with plyr daply

r dataframe plyr

Formula evaluation with mutate()

r plyr dplyr

Add an index (or counter) to a dataframe by group in R [duplicate]

r indexing counter plyr seq

How to get a data.frame into a multidimensional array in R?

r dataframe plyr

Reshaping a Table in R - Better Approach?

r plyr reshape reshape2

Combine a function and for loop

r plyr apply bioinformatics

Elegant way to solve ddply task with aggregate (hoping for better performance)

r aggregate plyr

Assigning group ID with ddply

r plyr

R Plyr - Ordering results from DDPLY?

r plyr

Use ddply within a function and include variable of interest as an argument

r plyr

Use object names within a list in lapply/ldply

r plyr

Efficiently locate group-wise constant columns in a data.frame

r dataframe plyr

R - Speeding up approximate date match. idata.frame?

r data.table plyr subset

Blend of na.omit and na.pass using aggregate?

r aggregate plyr summary

Split Data Frame into Rows of Fixed Size

r split dataframe plyr

How do I use plyr to number rows?

r plyr

Finding the column number and value the of second highest value in a row

r dataframe plyr