exportCSV {mully} | R Documentation |
Export mully into CSV files
Description
Export mully into CSV files
Usage
exportCSV(g, target)
Arguments
g |
The input graph |
target |
The target file in which the files will be generated. |
Value
No return value. Exports the given graph into different CSV files saved in the target folder
Examples
## Not run:
g=mully::demo()
exportCSV(g,directory)
## End(Not run)
[Package mully version 2.1.38 Index]