##Import XSYG file
##uncomment for usage
#temp <- readXSYG2R("input_file.xsyg")
##Additional examples for pure XML import using the package XML
##uncomment for usage
##import entire file
#temp <- xmlRoot(xmlTreeParse("input_file.xsyg"))
##search for specific subnodes with curves containing 'OSL'
#getNodeSet(temp, "//Sample/Sequence/Record[@recordType = 'OSL']/Curve")
Run the code above in your browser using DataLab