getId: getId

Description Usage Arguments Details Value See Also Examples

View source: R/getId.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
if(interactive()) {
 
 # to import from one curriculum 
 # curriculo <- xml2::read_xml('file.xml')
 # getId(curriculo)

 }

getLattes documentation built on June 11, 2021, 9:06 a.m.