configuration_file_path | R Documentation |
By default, the YAML configuration is either in the working directory (where a local installation of R lives), or the user's home directory
configuration_file_path(dMeasure_obj, value)
dMeasure_obj |
dMeasure R6 object |
value |
(opt) filepath to set |
'~/.DailyMeasure_cfg.yaml'
this method will read or set $sql_config_filepath it will read the YAML configuration filepath, which if already existing might contain the 'real' location of the $sql_config_filepath
returns the SQL filepath
SQL filepath (only returned if no 'value' provided)
dMeasure_obj <- dMeasure$new()
dMeasure_obj$configuration_file_path # read filepath
dMeasure_obj$configuration_file_path <- "c:/config.sqlite"
# sets filepath
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.