Skip to content
Prev 40816 / 63424 Next

hanging spaces prior to linebreak from cat()

On Jul 19, 2011, at 10:44 AM, Tim Triche, Jr. wrote:

            
Yes, you use the default sep=' ' (space) so, obviously there will be a space before the newline as requested. If you don't want that then you probably want to use sep=''.

Cheers,
Simon