dplyr_NSE: For the code that created this, see the examples

Description Usage Format Examples

Description

Character vector of functions in dplyr

Usage

1

Format

1
 chr [1:20] "arrange" "count" "data_frame" "distinct" "do" ...

Examples

1
2
3
4
library("dplyr")
funcs <- ls("package:dplyr")
ret <- funcs[grepl(".*_$", funcs)]
dput(gsub("_$", "", ret))

dgrtwo/parsetidy documentation built on May 15, 2019, 7:28 a.m.