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