Learn R Programming

mitre (version 1.0.0)

build_network: 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

Run this code
# NOT RUN {
mitrenet <- mitre::build_network(as_igraph = FALSE)
# }

Run the code above in your browser using DataLab