getId {getLattes}R Documentation

getId

Description

Extract the unique 16 digits identification from 'Lattes' XML file.

Usage

getId(curriculo)

Arguments

curriculo

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

Details

Curriculum without this information will return NULL.

Value

character

See Also

xml_attr bind,select,pull

Examples

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

 }

[Package getLattes version 0.2.0 Index]