R/get_other_publication.R

Defines functions get_other_publications

get_other_publications <- function(xmls_list) {
  paper <- xmls_list$`PRODUCAO-BIBLIOGRAFICA`$`DEMAIS-TIPOS-DE-PRODUCAO-BIBLIOGRAFICA`
  return(.general_func(paper, xmls_list))
}
BrunoVilela/NUPEX documentation built on April 15, 2021, 12:47 p.m.