optiRum (version 0.40.1)

wordwrap: Produce a string with one word per line

Description

Designed for splitting strings to fit better on axis on charts

Usage

wordwrap(x, ...)

Arguments

x

string

...

Allows additional parameters to be passed to gsub

See Also

Other helper: CJ.dt, convertToXML, generatePDF, pounds_format, sanitise, thousands_format

Examples

Run this code
# 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