Skip to contents

A tidy select interface for lists. See tidyselect::eval_select() for details.

Usage

select_list(.l, ...)

Arguments

.l

A list() object.

...

One or more unquoted expressions separated by commas.

Value

A list with the selected elements.