Description Usage Arguments Value
View source: R/vs2dhReadConfig.R
Imports the configuration from an existing vs2dh.dat file and stores it in an R list data structure as retrieved by vs2dh.Configure()
1 | vs2dh.ReadConfig(model.path, dbg = TRUE)
|
model.path |
Full path to the folder containing the vs2dh.dat |
dbg |
prints debug information on the screen |
Imported vs2dh configuration model.path <- system.file("extdata", "vs2dh_example/tutorial2", package = "kwb.vs2dh") vs2dh.ReadConfig(model.path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.