View source: R/ds.listClientsideFunctions.R
ds.listClientsideFunctions | R Documentation |
Lists all current client-side functions
ds.listClientsideFunctions()
This function operates by directly interrogating
the R objects stored in the input client packages and objects of name
starting with ds.
character in .GlobalEnv
.
This function does not call any server-side function.
ds.listClientsideFunctions
returns a list containing
all server-side functions.
DataSHIELD Development Team
## Not run:
## Version 6, for version 5 see the Wiki
#Library with all DataSHIELD functions
require('dsBaseClient')
#Visualise all functions
ds.listClientsideFunctions()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.