ds.subset_type: Subset data frame by class

View source: R/ds.subset_type.R

ds.subset_typeR Documentation

Subset data frame by class

Description

Create a subset of a data frame with the columns that have a shared class

Usage

ds.subset_type(data, type = "numeric", newobj = NULL, datasources = NULL)

Arguments

data

character Name of the data frame on the study server

type

character Data type to which subset the data frame

newobj

character Name of the output object assigned to the server side, if NULL the input table will be over-written

datasources

a list of DSConnection-class objects obtained after login

Value

This function does not have an output. It creates an Exposome Set object on the study server.


isglobal-brge/dsMLClient documentation built on March 14, 2023, 1:59 p.m.