Re: [R] ascii or regex code for alt-enter for Excel

2010-10-20 Thread Gabor Grothendieck
please > > > On Wed, Oct 20, 2010 at 2:13 PM, William Dunlap wrote: > >> >> > From: r-help-boun...@r-project.org >> > [mailto:r-help-boun...@r-project.org] On Behalf Of William Dunlap >> > Sent: Wednesday, October 20, 2010 10:47 AM >> > To: Duncan

Re: [R] ascii or regex code for alt-enter for Excel

2010-10-20 Thread Mark Kimpel
t; From: r-help-boun...@r-project.org > > [mailto:r-help-boun...@r-project.org] On Behalf Of William Dunlap > > Sent: Wednesday, October 20, 2010 10:47 AM > > To: Duncan Murdoch; Mark Kimpel > > Cc: r-help@r-project.org > > Subject: Re: [R] ascii or regex code for alt-e

Re: [R] ascii or regex code for alt-enter for Excel

2010-10-20 Thread Gabor Grothendieck
On Wed, Oct 20, 2010 at 1:04 PM, Mark Kimpel wrote: > I need to write a table that can be opened in Excel or OpenOffice such that > there are newlines embedded within cells. > > After much Googling and futzing, I can't figure out how to do this. The way > to do this within Excel is alt-Enter and I

Re: [R] ascii or regex code for alt-enter for Excel

2010-10-20 Thread William Dunlap
> From: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of William Dunlap > Sent: Wednesday, October 20, 2010 10:47 AM > To: Duncan Murdoch; Mark Kimpel > Cc: r-help@r-project.org > Subject: Re: [R] ascii or regex code for alt-enter for Excel

Re: [R] ascii or regex code for alt-enter for Excel

2010-10-20 Thread William Dunlap
t: Wednesday, October 20, 2010 10:29 AM > To: Mark Kimpel > Cc: r-help@r-project.org > Subject: Re: [R] ascii or regex code for alt-enter for Excel > > On 20/10/2010 1:04 PM, Mark Kimpel wrote: > > I need to write a table that can be opened in Excel or > OpenOffice such that >

Re: [R] ascii or regex code for alt-enter for Excel

2010-10-20 Thread Duncan Murdoch
On 20/10/2010 1:04 PM, Mark Kimpel wrote: I need to write a table that can be opened in Excel or OpenOffice such that there are newlines embedded within cells. After much Googling and futzing, I can't figure out how to do this. The way to do this within Excel is alt-Enter and I've tried '/n', '/

[R] ascii or regex code for alt-enter for Excel

2010-10-20 Thread Mark Kimpel
I need to write a table that can be opened in Excel or OpenOffice such that there are newlines embedded within cells. After much Googling and futzing, I can't figure out how to do this. The way to do this within Excel is alt-Enter and I've tried '/n', '/n/r', '/r/n' per some web suggestions withou