check_merge: Check whether the option 'nomerge' was used when building the...

View source: R/check_merge.R

check_mergeR 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)

graph4lg documentation built on Feb. 16, 2023, 5:43 p.m.