build_network {mitre}R Documentation

Create a list of nodes and edges related to all standards in data folder.

Description

Create a list of nodes and edges related to all standards in data folder.

Usage

build_network(verbose = FALSE, as_igraph = TRUE)

Arguments

verbose

logical, FALSE by default. Change it to see the process messages.

as_igraph

logical, TRUE by default. Change it to get list of nodes and edges.

Value

list, containing nodes and edges as data frames

Examples

mitrenet <- mitre::build_network(as_igraph = FALSE)

[Package mitre version 1.0.0 Index]