R/trim.R

Defines functions trim

trim <- function(str)gsub('^[[:space:]]+', '', gsub('[[:space:]]+$', '', str))

Try the YplantQMC package in your browser

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

YplantQMC documentation built on May 29, 2017, 7:02 p.m.