View source: R/NMproject-options.R
nm_dir | R Documentation |
Get subdirectory (relative) paths in a configuration independent way. The
configuration can be modified with nm_default_dirs()
. Can be useful in
scripts, where you need to refer to locations of model files or output files.
nm_dir(name, ...)
name |
Character. Directory type. Should be either |
... |
Deprecated. |
nm_default_dirs()
nm_dir("scripts") ## will return the path to the "scripts" directory nm_dir("models") nm_dir("results")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.