Learn R Programming

mully (version 2.1.38)

exportCSV: Export mully into CSV files

Description

Export mully into CSV files

Usage

exportCSV(g, target)

Value

No return value. Exports the given graph into different CSV files saved in the target folder

Arguments

g

The input graph

target

The target file in which the files will be generated.

Examples

Run this code
if (FALSE) {
g=mully::demo()
exportCSV(g,directory)
}

Run the code above in your browser using DataLab