powered by
Trim leading and trailing whitespace from character strings. Used by read.gantt and read.burndown.
read.gantt
read.burndown
trim.whitespace(x)
a character string, or vector of character strings.
As x, but with leading and trailing space removed
x
# NOT RUN { library(plan) x <- c(" hellow there", "ba bye ", " buddy ") print(x) print(trim.whitespace(x)) # }
Run the code above in your browser using DataLab