opf_info {LibOPF} | R Documentation |
Gives information about the OPF file
Description
Gives information about the OPF file
Usage
opf_info(dataSet)
Arguments
dataSet |
The OPF file |
Value
'NULL'
Examples
dat <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF"))
opf_info(dat)
[Package LibOPF version 2.6.2 Index]