check_merge | R Documentation |
The function checks whether the option 'nomerge' was used when building the landscape graph with Graphab
check_merge(proj_end_path)
proj_end_path |
The path to the project .xml file. |
The function returns a logical indicating whether 'nomerge' was used. If nomerge=TRUE, then it returns FALSE. If nomerge=FALSE, it returns TRUE.
P. Savary
## Not run: proj_name <- "grphb_ex" check_merge(proj_name = proj_name) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.