Extract published papers from 'Lattes' XML file.
getArtigosPublicados(curriculo)
curriculo | 'Lattes' XML imported as `xml2::read_xml()`. |
---|
data frame
Curriculum without this information will return NULL.
if(interactive()) { # to import from one curriculum # curriculo <- xml2::read_xml('file.xml') # getArtigosPublicados(curriculo) }