R/toUpper.R

Defines functions toUpper

toUpper <- function(D){
  stringi::stri_trans_toupper(D, locale = "en")
}
massimoaria/bibliometrix documentation built on May 4, 2024, 8:49 p.m.