### Name: parseThemesXML ### Title: A function to read repository theme XML ### Aliases: parseThemesXML ### Keywords: utilities ### ** Examples ## Using non-default filenames solely for this example exXMLfile <- system.file(file.path("themes", "repThemes.xml"), package="reposTools") exDDfile <- system.file(file.path("themes", "repdatadesc.rda"), package="reposTools") exOutfile <- tempfile() parseThemesXML(repTXML=exXMLfile, repTrda=exOutfile, repDrda=exDDfile)