Extract Profissional Formation from XML file converted to R list.

getFormacao(curriculo)

Arguments

curriculo

XML exported from Lattes imported to R as list.

Value

list

Details

Curriculum without this information will return NULL.

Examples

if(interactive()){ data(xmlsLattes) # to import from one curriculum getFormacao(xmlsLattes[[2]]) # to import from two or more curricula lt <- lapply(xmlsLattes, getFormacao) }