get_graphab_metric: Get metrics computed at the node in the Graphab project
Description
The function gets the metrics computed at the node-level in
the Graphab project
Usage
get_graphab_metric(proj_name, proj_path = NULL)
Value
A data.frame with metrics computed at the patch level.
Arguments
proj_name
A character string indicating the Graphab project name.
The project name is also the name of the project directory in which the
file proj_name.xml is.
proj_path
(optional) A character string indicating the path to the
directory that contains the project directory. It should be used when the
project directory is not in the current working directory. Default is NULL.
When 'proj_path = NULL', the project directory is equal to getwd().