compat: Compatibility layers

Description Usage Format Details

Description

Attach these layers via attach for various levels of compatibility to the plyr package when both plyr and dplyr are loaded.

Usage

1
2
3
4
5

Format

1
2
3
4
List of 3
 $ mutate:function (.data, ...)  
 $ count :function (df, vars = NULL, wt_var = NULL)  
 $ rename:function (x, replace, warn_missing = TRUE, warn_duplicated = TRUE)  

Details

plyr_compat

Full compatibility, the original plyr implementation is used. You should be able to run your existing code without modifications.

plyr_warn_compat

Same as plyr_compat, but emit a warning for each call of the affected functions.

dplyr_compat

Full compatibility with dplyr


krlmlr/pdlyr documentation built on May 20, 2019, 6:17 p.m.