Description Usage Arguments Details Value See Also Examples
View source: R/getOrganizacaoEventos.R
Extract Event's Organization from 'Lattes' XML file.
1 | getOrganizacaoEventos(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
clean_names
tibble
1 2 3 4 5 6 7 | if(interactive()) {
# to import from one curriculum
# curriculo <- xml2::read_xml('file.xml')
# getOrganizacaoEventos(curriculo)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.