queries xml file

queries_xml

Format

.xml

Source

gcamextractor

Examples

if (FALSE) {
 library(gcamextractor); library(XML)
 gcamextractor::queries_xml
 # Can save xml
 XML::saveXML(gcamextractor::queries_xml, file=paste(getwd(), "/queries.xml", sep = ""))
}