write_dataset_list: Write dataset list

Description Usage Arguments Value Examples

View source: R/write_dataset_list.R

Description

Exports the results of the get_followers_network function under 2 csv file in your working directory (!! May not yet work with windows)

Usage

1
write_dataset_list(dataframes_list)

Arguments

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

Value

The csv files are exported in the working directory and can be then used in a network analysing software like Gephi

Examples

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)

epmrio/TwitterFollowersNetwork documentation built on March 23, 2020, 9:50 p.m.