R/UT.R

Defines functions UT

Documented in UT

# Author: Kyun-Seop Bae k@acr.kr
# Last modification: 2017.7.24

UT  = function(x) toupper(gsub("^\\s+|\\s+$", "", x))

Try the pkr package in your browser

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

pkr documentation built on June 11, 2022, 9:05 a.m.