rmfi_find | R Documentation |
This function tries to locate external code executables.
rmfi_find(code = "2005", precision = "single")
code |
Name of the MODFLOW variant to use, or path to the executable. |
precision |
Character. Can be |
It first looks for the executable in the current working directory. If not
there, it looks in the bin subfolder of getOption("RMODFLOW.path")
, where
the software might have been installed by rmf_install()
. If the executable
cannot be found, a final attempt is made by checking the system path
variable. If it still cannot be located, an error is thrown.
Path to the executable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.