R/Utilities.R
writeProjectXMLToList.RdWrite a project.xml file from StoX <= 2.7 from a list
writeProjectXMLToList(
projectXMLList,
projectXMLFilePath,
projectPath = NULL,
projectXMLFileName = "project.xml"
)A list as read by readProjectXMLToList.
The path to the project.xml file.
(Optional) The path to the StoX 2.7 project.
(Optional) The name of the StoX 2.7 project.xml file, defaulted to "project.xml".