exportCSV: Export mully into CSV files

View source: R/mully_export.R

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

mully documentation built on March 7, 2023, 8:10 p.m.