open_configuration_db: Open the SQL connection to the configuration from the SQL...

View source: R/dMeasure.R

open_configuration_dbR Documentation

Open the SQL connection to the configuration from the SQL configuration file

Description

Opens SQL connection to SQLite configuration file.

Usage

open_configuration_db(
  dMeasure_obj,
  configuration_file_path = dMeasure_obj$configuration_file_path
)

Arguments

dMeasure_obj

dMeasure object

configuration_file_path

(location of SQL configuration)

Value

nothing, modifies dMeasure_obj

Examples

dMeasure_obj <- dMeasure$new()
dMeasure_obj$open_configuration_db()
dMeasure_obj$read_configuration_db()
dMeasure_obj$UserConfig

DavidPatShuiFong/dMeasure documentation built on Aug. 2, 2024, 11:45 p.m.