.read.spe.xml_string {hyperSpec} | R Documentation |
.read.spe.xml_string
Description
Read XML footer from SPE file format version 3.0 and return it as a long string for subsequent parsing. Basically the purpose of this function is to check that the file format version is 3.0 or above, and to find and read the correct part of this file.
Usage
.read.spe.xml_string(filename)
Arguments
filename |
- SPE filename |
Value
string containing XML footer
[Package hyperSpec version 0.100.2 Index]