opf_check | R Documentation |
Checks the OPF file for proper formatting purposes
opf_check(file)
file |
The text OPF file name |
usage opf_check <input ASCII file in the LibOPF format>: Note that the input file for opf_check must be a text file. Use opf2txt to convert your OPF binary file into a text file.
'NULL'
dataset <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF")) File <- file.path(tempdir(), "boat.txt") opf2txt(dataset,File) opf_check(File)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.