dh.tidyEnv | R Documentation |
This is a wrapper around ds.rm to allow you to remove multiple objects in one call.
dh.tidyEnv(obj = NULL, type = NULL, conns = NULL)
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. |
None. Objects are removed from the server-side environnment.
Other data manipulation functions:
dh.dropCols()
,
dh.makeAgePolys()
,
dh.makeIQR()
,
dh.makeStrata()
,
dh.quartileSplit()
,
dh.renameVars()
,
dh.zByGroup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.