[R] can I add line breaks to the paste() function?

David LeBauer dlebauer at gmail.com
Thu Sep 30 22:30:57 CEST 2010


Can I add a line break to the paste() function to return the following:

'this is the first line'
'this is the second line'

instead of
'this is the first line this is the second line'

?



More information about the R-help mailing list