R/all_caps.R

all_caps <- function(string){
    toupper(string)
}
patricklyngrutz/packagelyng documentation built on May 30, 2019, 12:04 a.m.