Learn R Programming

LibOPF (version 2.5.0)

opf2txt: Converts an OPF subGraph object to a text file

Description

Converts an OPF subGraph object to a text file

Usage

opf2txt(data, outputFile)

Arguments

data

OPF subGraph object

outputFile

Text output file name

Value

`NULL`

Examples

Run this code
# NOT RUN {
dataset <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF"))
File <- file.path(tempdir(), "boat.txt")
opf2txt(dataset,File)

# }

Run the code above in your browser using DataLab