together: Force in/out together

View source: R/together.R

togetherR Documentation

Force in/out together

Description

Identify items that cannot/must be present together in a combinations. Made to be used in the call to turf.

Usage

together(...)

Arguments

...

Unquoted names or tidyselect expressions.

Details

This is simply a wrapper for quos.

Value

A list of quosures.

Examples

together(
    c(var1, var2),
    dplyr::ends_with("a"),
    c(5, 9)
)


ttrodrigz/onezero documentation built on May 9, 2023, 2:59 p.m.