Skip to content
Prev 257920 / 398502 Next

blank space escape sequence in R?

On 25/04/2011 9:13 AM, Mark Heckmann wrote:
I don't think R has anything like that built in.   You'll need to attach 
a class to your vector of strings, and write a print method for it that 
does the substitution before printing.

Duncan Murdoch