All functions |
|
|---|---|
Split array, apply function, and discard results. |
|
Split array, apply function, and return results in an array. |
|
Split array, apply function, and return results in a data frame. |
|
Split array, apply function, and return results in a list. |
|
Order a data frame by its colums. |
|
Make a function return a data frame. |
|
Convert input to quoted variables. |
|
Yearly batting records for all major league baseball players |
|
Column-wise function. |
|
Count the number of occurences. |
|
Create progress bar. |
|
Split data frame, apply function, and discard results. |
|
Split data frame, apply function, and return results in an array. |
|
Split data frame, apply function, and return results in a data frame. |
|
Set defaults. |
|
Descending order. |
|
Split data frame, apply function, and return results in a list. |
|
Aggregate multiple functions into a single function. |
|
Fail with specified value. |
|
Capture current evaluation context. |
|
Construct an immutable data frame. |
|
Join two data frames together. |
|
Recursively join a list of data frames. |
|
Split list, apply function, and discard results. |
|
Split list, apply function, and return results in an array. |
|
Split list, apply function, and return results in a data frame. |
|
Experimental iterator based version of llply. |
|
Split list, apply function, and return results in a list. |
|
Call function with arguments in array or data frame, discarding results. |
|
Call function with arguments in array or data frame, returning an array. |
|
Replace specified values with new values, in a vector or factor. |
|
Extract matching rows of a data frame. |
|
Call function with arguments in array or data frame, returning a data frame. |
|
Call function with arguments in array or data frame, returning a list. |
|
Mutate a data frame by adding new or replacing existing columns. |
|
Toggle row names between explicit and implicit. |
|
Monthly ozone measurements over Central America. |
|
Deprecated Functions in Package plyr |
|
plyr: the split-apply-combine paradigm for R. |
|
Text progress bar. |
|
Text progress bar with time. |
|
Graphical progress bar, powered by Tk. |
|
Graphical progress bar, powered by Windows. |
|
Quote variables to create a list of unevaluated expressions for later evaluation. |
|
Replicate expression and discard results. |
|
Replicate expression and return results in a array. |
|
Combine data.frames by row, filling in missing columns. |
|
Bind matrices by row, and fill missing columns with NA. |
|
Replicate expression and return results in a data frame. |
|
Modify names by name, not position. |
|
Replace specified values with new values, in a factor or character vector. |
|
Replicate expression and return results in a list. |
|
Round to multiple of any number. |
|
`Splat' arguments to a function. |
|
Remove splitting variables from a data frame. |
|
Summarise a data frame. |
|
Take a subset along an arbitrary dimension |
|
Vector aggregate. |
|