dh.tidyEnv | R Documentation |
This was a wrapper around ds.rm intended to allow the removal of multiple objects
in one call. It was deprecated because we realised that this was already possible with
ds.rm()
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 |
conns |
DataSHIELD connections object. |
None. Objects are removed from the server-side environnment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.