R/toUpper.R

Defines functions toUpper

toUpper <- function(D){
  stringi::stri_trans_toupper(D, locale = "en")
}

Try the bibliometrix package in your browser

Any scripts or data that you put into this service are public.

bibliometrix documentation built on July 9, 2023, 6:44 p.m.