Imports the configuration from an existing vs2dh.dat file and stores it in an R list data structure as retrieved by vs2dh.Configure()
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)