getIdiomas {getLattes}R Documentation

getIdiomas

Description

Extract Languages from 'Lattes' XML file.

Usage

getIdiomas(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_children,xml_attr map bind,mutate clean_names

Examples

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

[Package getLattes version 0.2.0 Index]