powered by
The function checks whether the option 'nomerge' was used when building the landscape graph with Graphab
check_merge(proj_end_path)
The function returns a logical indicating whether 'nomerge' was used. If nomerge=TRUE, then it returns FALSE. If nomerge=FALSE, it returns TRUE.
The path to the project .xml file.
P. Savary
if (FALSE) { proj_name <- "grphb_ex" check_merge(proj_name = proj_name) }
Run the code above in your browser using DataLab