dh.tidyEnv: Remove multiple objects from the serverside environment

View source: R/tidy-env.R

dh.tidyEnvR Documentation

Remove multiple objects from the serverside environment

Description

This is a wrapper around ds.rm to allow you to remove multiple objects in one call.

Usage

dh.tidyEnv(obj = NULL, type = NULL, conns = NULL)

Arguments

obj

Server-side objects that you want to either keep or remove.

type

Either "remove" to remove objects specified in 'obj' or "keep" to keep objects specified in 'obj' and remove everything else.

conns

DataSHIELD connections object.

Value

None. Objects are removed from the server-side environnment.

See Also

Other data manipulation functions: dh.dropCols(), dh.makeAgePolys(), dh.makeIQR(), dh.makeStrata(), dh.quartileSplit(), dh.renameVars(), dh.zByGroup()


lifecycle-project/ds-helper documentation built on Oct. 27, 2023, 2:08 p.m.