Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plyr

Summarize Table based on a Threshold

r dplyr plyr

Pivot rows into columns with values of counts for each measurement R

r data.table dplyr plyr reshape2

Reshape cast compare to one level

r plyr reshape

How to reduce a data frame keeping the order for other columns

r dataframe plyr data.table

Bind residuals to input dataset with missing values [duplicate]

r dataframe plyr regression

Exclude duplicate values in certain columns using ddply

r duplicates plyr

R summary function in ddply (plyr) in a simple way

r plyr

R: How to make transformations on subset of a subset fast (optimize or alternative to `ddply`)?

r data.table subset plyr

Is it possible to reuse generated columns in ddply?

r plyr

How to combine a list of unequal lm object length into a data frame?

grouping on string fields in R

r grouping data.table plyr

Population pyramid plot with ggplot2 and dplyr (instead of plyr)

r plot ggplot2 dplyr plyr

R question about sapply /plyr syntax: how to pass variable values to a function

function r plyr

ddply -> dplyr: .fun = summarize with several rows

r plyr dplyr

Dividing values in a column of a data frame by values from a different data frame when row values match

r plyr

Create a series of new columns with (d)plyr

r data.table plyr dplyr

Add data frames row wise with [d]plyr

r plyr dplyr

Creating Multiple Lists Based on Multiple Subsets of a Larger Data.Frame

r subset plyr

Combining split() and cumsum()

r plyr data.table

loading dplyr after plyr is causing issues

r dplyr plyr