selectDS: Keep or drop columns using their names and types

View source: R/selectDS.R

selectDSR Documentation

Keep or drop columns using their names and types

Description

DataSHIELD implentation of dplyr::select.

Usage

selectDS(tidy_expr, df.name)

Arguments

tidy_expr

One or more unquoted expressions separated by commas.

df.name

A data frame or tibble.

Details

Performs dplyr select

Value

An object of the same type as df.name, typically a data frame or tibble.


dsTidyverse documentation built on Oct. 30, 2024, 9:12 a.m.