Import a mully graph from CSV files
importGraphCSV(name = NA, direct = FALSE, layers, nodes, edges)
A new mully graph
The name of the graph
A boolean to indicate if the graph is directed or not
The path to the CSV file containing the layers' information
The path to the CSV file containing the nodes' information
The path to the CSV file containing the edges' information