Extract Event's Organization from 'Lattes' XML file.

getOrganizacaoEventos(curriculo)

Arguments

curriculo

'Lattes' XML imported as `xml2::read_xml()`.

Value

data frame

Details

Curriculum without this information will return NULL.

Examples

if(interactive()) {
 
 # to import from one curriculum 
 # curriculo <- xml2::read_xml('file.xml')
 # getOrganizacaoEventos(curriculo)
 
 }