| modelpath.character | R Documentation |
Resolves a path to a model-related file, treating x as a model name.
By default (ext is NULL) the run directory is returned.
As of version 0.9.2, nested can be a function of ext and ...
That returns logical.
## S3 method for class 'character'
modelpath(
x,
ext = NULL,
project = getOption("project", getwd()),
nested = getOption("nested", TRUE),
...
)
x |
object |
ext |
file extension, no leading dot |
project |
project directory (can be expression) |
nested |
whether model files are nested in eponymous directories |
... |
passed arguments |
character
Other path:
datafile(),
datafile.character(),
datafile.numeric(),
modeldir(),
modelfile(),
modelpath(),
modelpath.numeric(),
psn_options(),
specfile(),
specfile.character(),
specfile.numeric()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.