importNodesCSV: Import Nodes to a mully graph from a CSV file
Description
Import Nodes to a mully graph from a CSV file
Usage
importNodesCSV(g, file, name = "name")
Value
The mully graph with the added nodes
Arguments
- g
The mully graph to which the nodes will be added. The graph should already have the layers.
- file
The path to the CSV file containing the nodes' information
- name
The name of the column containing the names of the nodes