R/toUpper.R

Defines functions toUpper

toUpper <- function(D){
  stringi::stri_trans_toupper(D, locale = "en")
}
massimoaria/bibliometrix documentation built on July 5, 2024, 4:18 a.m.