save_csv_edgelist | R Documentation |
This function saves an igraph edgelist as a csv for export to network mapping software such as Gephi.
save_csv_edgelist(igraphobject, path)
igraphobject |
An igraph network object |
path |
Path and file name, in quotes (Filename should ideally have ".csv" extension) |
tweets <- rtweet::search_tweets("#rstats", n= 100) network <- rtweetXtras::rtweet_net(tweets, all_mentions = TRUE, from_threshold =2) save_csv_edgelist(igraphobject = network, path = "~/edgelist_network.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.