net_con.RdCreate network from webhoser data.
net_con(data, from, to = NULL, callback = NULL)
| data | The data, as returned by wh_collect. |
|---|---|
| from, to | Columns to build network. |
| callback | Callback to apply to edges, a data.frame with columns
|
A list of length 2 containing data.frames:
nodes: Name of entity and number of occurences.
edges: The source, target, and number of edges.
The returned nodes and edges form an undirected graph.
#>