ExportFeaturingNetworkData: Write dataset list

Description Usage Arguments Value Examples

View source: R/ExportFeaturingNetworkData.R

Description

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

Usage

1
ExportFeaturingNetworkData(dataframes_list)

Arguments

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

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 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)

epmrio/AutomatedGeniusR documentation built on Nov. 2, 2020, 12:17 a.m.