check_merge {graph4lg} | R Documentation |
Check whether the option 'nomerge' was used when building the landscape graph with Graphab
Description
The function checks whether the option 'nomerge' was used when building the landscape graph with Graphab
Usage
check_merge(proj_end_path)
Arguments
proj_end_path |
The path to the project .xml file. |
Value
The function returns a logical indicating whether 'nomerge' was used. If nomerge=TRUE, then it returns FALSE. If nomerge=FALSE, it returns TRUE.
Author(s)
P. Savary
Examples
## Not run:
proj_name <- "grphb_ex"
check_merge(proj_name = proj_name)
## End(Not run)
[Package graph4lg version 1.8.0 Index]