Description Usage Arguments Value Examples
View source: R/ExportFeaturingNetworkData.R
Exports the results of the featuring network function function under 2 csv file in your working directory (!! May not yet work with windows)
1 | ExportFeaturingNetworkData(dataframes_list)
|
dataframes_list |
The result of the featuring 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 featuring between artists :
network <- ExportFeaturingNetworkData(base)
# Export the network to your computer and remove the first column (rownames)
write_featuring_dataset_list<-(network)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.