dplyr (version 0.5.0)

vars: Select columns

Description

This helper has equivalent semantics to select(). Its purpose is to provide select() semantics to the colwise summarising and mutating verbs.

Usage

vars(...)

Arguments

...

Variables to include/exclude in mutate/summarise. You can use same specifications as in select. If missing, defaults to all non-grouping variables.

See Also

summarise_all()