getPatentes: getPatentes

Description Usage Arguments Details Value See Also Examples

View source: R/getPatentes.R

Description

Extract Patent data from 'Lattes' XML file.

Usage

1
getPatentes(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 bind,distinct,mutate clean_names

Examples

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

 }

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