powered by
read.gantt
read.burndown
trim.whitespace(x)
x
library(plan) x <- c("hellow there", "ba bye ", "buddy ") print(x) print(trim.whitespace(x))
Run the code above in your browser using DataLab