powered by
Designed for splitting strings to fit better on axis on charts
wordwrap(x, ...)
string
Allows additional parameters to be passed to gsub
Other helper: CJ.dt(), convertToXML(), generatePDF(), pounds_format(), sanitise(), thousands_format()
CJ.dt()
convertToXML()
generatePDF()
pounds_format()
sanitise()
thousands_format()
# NOT RUN { library('ggplot2') names <- wordwrap(c("This is a name","Single")) ggplot(data.frame(x=names,y=1:10),aes(x,y))+theme_optimum()+geom_line() # }
Run the code above in your browser using DataLab