Import Lattes exported XML to R list.
readLattes(filexml = ".xml$", path = ".")
filexml | XML file exported from Lattes, can be a pattern '*.xml$'. |
---|---|
path | Directory with xml files. |
list
filexml XML file locally stored
if (FALSE) { if(interactive()){ # to import only one file readLattes(filexml='4984859173592703.zip.xml') # to import several files readLattes(filexml='*.xml$') # to specify a direferent directory # readLattes(filexml='*.xml$', path='data/) } }