net_con.Rd
Create 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.frame
s:
nodes
: Name of entity
and n
umber of occurences.
edges
: The source
, target
, and n
umber of edges.
The returned nodes and edges form an undirected graph.
#>