Description Usage Arguments Functions
Get edges from data.frame of tweets.
| 1 2 3 4 5 6 7 8 9 | gt_edges(data, source, target, ..., tl = TRUE)
gt_preproc_edges(gt, func)
gt_edges_bind(gt, source, target, ..., tl = TRUE)
gt_co_edges(data, col, tl = TRUE)
gt_co_edges_bind(gt, col, tl = TRUE)
 | 
| data | Data.frame of tweets, usually returned by the  | 
| source | Author of tweets. | 
| target | Edges target. | 
| ... | any other column name, see examples. | 
| tl | Set to  | 
| gt | An object of class  | 
| func | Function to pre-process edges, takes edges as constructed by  | 
| col | Column containing co-mentions. | 
gt_edges: Build edges  
gt_preproc_edges: Pre-process edges  
gt_edges_bind: Append edges  
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.