getOutrasProducoesTecnicas {getLattes}R Documentation

getOutrasProducoesTecnicas

Description

Extract Other Technical Productions from 'Lattes' XML file.

Usage

getOutrasProducoesTecnicas(curriculo)

Arguments

curriculo

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

Details

Curriculum without this information will return NULL.

Value

data frame

See Also

xml_find_all,xml_attr,xml_children map,map2 bind,mutate clean_names tibble

Examples

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

[Package getLattes version 0.2.0 Index]