get_parameters {geohabnet} | R Documentation |
Get Parameters
Description
This function retrieves the parameters and copies the parameter file to the specified output path.
Usage
get_parameters(out_path = tempdir(), iwindow = FALSE)
Arguments
out_path |
character. The output path where the parameter file will be
copied. The default is a temporary directory |
iwindow |
logical. If window = |
Details
Using configuration file is an alternative to sean()
Value
character. The path to the copied parameter file.
See Also
Examples
get_parameters()
get_parameters(out = tempdir())
[Package geohabnet version 2.1.3 Index]