R/trim.R

trim <- function(x) {
  gsub("^[[:space:]]+|[[:space:]]+$","",x)
}
talbano/rwinsteps documentation built on May 24, 2019, 7:31 a.m.