Description Usage Arguments Details Value See Also Examples
View source: R/getProducaoTecnica.R
Extract Technical Production from 'Lattes' XML file.
1 | getProducaoTecnica(curriculo)
|
curriculo |
'Lattes' XML imported as 'xml2::read_xml()'. |
Curriculum without this information will return NULL.
data frame
xml_find_all
,xml_attr
map
,map2
bind
,mutate
,select
clean_names
tibble
1 2 3 4 5 6 7 | if(interactive()) {
# to import from one curriculum
# curriculo <- xml2::read_xml('file.xml')
# getProducaoTecnica(curriculo)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.