build_network {mitre} | R Documentation |
Create a list of nodes and edges related to all standards in data folder.
build_network(verbose = FALSE, as_igraph = TRUE)
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. |
list, containing nodes and edges as data frames
mitrenet <- mitre::build_network(as_igraph = FALSE)