Description Usage Arguments Details Value See Also Examples
View source: R/getOrientacoesPosDoutorado.R
Extract Academic Advisory (Post-Doctorate) from 'Lattes' XML file.
1  | getOrientacoesPosDoutorado(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')
 # getOrientacoesPosDoutorado(curriculo)
 
 }
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.