Description Usage Arguments Value Examples
View source: R/write_dataset_list.R
Exports the results of the get_followers_network function under 2 csv file in your working directory (!! May not yet work with windows)
1 | write_dataset_list(dataframes_list)
|
dataframes_list |
The result of the get_followers_network function. A variable consisting in a list of two dataframes : one for the nodes of the network and the other for the edges |
The csv files are exported in the working directory and can be then used in a network analysing software like Gephi
1 2 3 4 5 6 7 8 9 | ## Not run:
## Get a network of the following list :
network <- get_followers_network(users_list, token = twitter_token, max_accounts = 100000)
# Export the network to your computer and remove the first column (rownames)
write_dataset_list<-(network)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.