BPdatabase | R Documentation |
show database configurations
show database configuration names
BPdatabase(dMeasure_obj)
BPdatabaseNames(dMeasure_obj)
dMeasure_obj |
dMeasure R6 object |
dataframe of database descriptions id, Name, Address, Database, UserID, dbPassword
Address will look something like "COMPUTERNAME\BPSINSTANCE" note that '\' needed to be quoted, so becomes '\' Database should be 'BPSPATIENTS' (or perhaps 'BPSSAMPLES') userID should always be 'bpsrawdata'
vector of names of database configurations
dMeasure_obj <- dMeasure$new()
dMeasure_obj$open_configuration_db()
dMeasure_obj$read_configuration_db()
dMeasure_obj$BPdatabase
dMeasure_obj <- dMeasure$new()
dMeasure_obj$open_configuration_db()
dMeasure_obj$read_configuration_db()
dMeasure_obj$BPdatabaseNames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.