Import Lattes exported XML to R list.

readLattes(filexml = ".xml$", path = ".")

Arguments

filexml

XML file exported from Lattes, can be a pattern '*.xml$'.

path

Directory with xml files.

Value

list

Details

filexml XML file locally stored

Examples

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/) } }