R/toUpper.R

Defines functions toUpper

toUpper <- function(D){
  stringr::str_to_upper(D, locale = "en")
}
xiangtuochen/bibliometrixfullname documentation built on Jan. 18, 2022, 7:05 p.m.