BPdatabaseChoice | R Documentation |
This must be one of 'None' or one of the defined databases. Tries to open the database. If fails, will be set to 'None'.
BPdatabaseChoice(dMeasure_obj, choice)
dMeasure_obj |
dMeasure R6 object |
choice |
(optional) name of database choice possible value includes "None", which will close any current database |
Sets $BPdatabasechoiceR reactive, if shiny/reactive environment available
(Stored in private$.BPdatabaseChoice)
the current database choice, if choice not provided
dMeasure_obj$BPdatabaseChoice # returns the current choice
dMeasure_obj$BPdatabaseChoice <- "None" # sets database to none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.