select_dots: A convience function for programming with dplyr's select_

Description Usage Arguments Value See Also

Description

A convience function for programming with dplyr's select_

Pass a string to select

Pass a character vector to select_

Pass a list of column names to select_

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
select_dots(.data, ...)

## Default S3 method:
select_dots(.data, ...)

## S3 method for class 'vector'
select_dots(.data, ...)

## S3 method for class 'list'
select_dots(.data, ...)

Arguments

.data

data to pass to selects "dots" parameter

...

ignored now

Value

a formula

See Also

Other SE dplyr convenience functions: dots_maker, sweet_dots


darrellpenta/dissertate documentation built on May 14, 2019, 6:10 p.m.