R/lattes_nome.R

Defines functions lattes_nome

#' @export
lattes_nome <- function(x) {
  xml2::xml_find_all(x, "//DADOS-GERAIS") %>%
    xml2::xml_attr("NOME-COMPLETO")
}
r-ifpe/sculb documentation built on May 9, 2022, 4:05 p.m.