build_network: Create a list of nodes and edges related to all standards in...

Description Usage Arguments Value Examples

View source: R/mitre.R

Description

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

Usage

1
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

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

mitre documentation built on May 21, 2021, 9:07 a.m.