open_configuration_db | R Documentation |
Opens SQL connection to SQLite configuration file.
open_configuration_db(
dMeasure_obj,
configuration_file_path = dMeasure_obj$configuration_file_path
)
dMeasure_obj |
dMeasure object |
configuration_file_path |
(location of SQL configuration) |
nothing, modifies dMeasure_obj
dMeasure_obj <- dMeasure$new()
dMeasure_obj$open_configuration_db()
dMeasure_obj$read_configuration_db()
dMeasure_obj$UserConfig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.