get.model.path | R Documentation |
The model.path in the nonmem2R set of global variables is used by functions loading NONMEM or PSN generated output file. The model.path can ge retrived by get.model.path and can be set using set-model.path. When loading nonmem2R the model-path is set to "", e.g. the current working directory. The model.path can be set abolute or relative, see examples.
get.model.path()
set.model.path(model.path)
model.path |
character string for path to model files |
## Not run:
## Example for setting absolute path
set.model.path("c:/NONMEM")
## Example for setting relative path,
set.model.path("../NONMEM")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.