DataSHIELD implentation of dplyr::select.

ds.select(
  df.name = NULL,
  tidy_select = NULL,
  newobj = NULL,
  datasources = NULL
)

Arguments

df.name

Character specifying a serverside data frame or tibble.

tidy_select

List of tidyselect syntax to be passed to dplyr::select.

newobj

Character specifying name for new server-side data frame.

datasources

DataSHIELD connections object.

Value

An object with the name specified by the newobj argument is written serverside.

Examples