Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

Using plyr::mapvalues with dplyr

r dataframe plyr dplyr

zipping lists in R

r plyr lapply

Idiomatic R code for partitioning a vector by an index and performing an operation on that partition

Sending in Column Name to ddply from Function

r plyr

dplyr rename - Error: `new_name` = old_name must be a symbol or a string, not formula

r dplyr rename plyr rlang

Convert R list to dataframe with missing/NULL elements

r list dataframe plyr

Joining aggregated values back to the original data frame [duplicate]

r plyr

How to merge two data frames on common columns in R with sum of others?

r merge plyr

doMC vs doSNOW vs doSMP vs doMPI: why aren't the various parallel backends for 'foreach' functionally equivalent?

Efficient alternatives to merge for larger data.frames R

Mean of elements in a list of data.frames

r list dataframe plyr

Standard error bars using stat_summary

r ggplot2 plyr

R: Is there a good replacement for plyr::rbind.fill in dplyr?

r dplyr plyr

Sum of rows based on column value

r plyr

doing a plyr operation on every row of a data frame in R

r plyr

Fastest way to add rows for missing time steps?

r dataframe plyr data.table

R: speeding up "group by" operations

performance r plyr

meaning of ddply error: 'names' attribute [9] must be the same length as the vector [1]

r plyr

Object not found error with ddply inside a function

r function scope plyr

Convert data from long format to wide format with multiple measure columns

r dataframe plyr