R/trimWhiteSpace.r

trimWhiteSpace <- function (x) gsub("^\\s+|\\s+$", "", x)
jae0/snowcrab documentation built on Feb. 27, 2024, 2:42 p.m.