Re: [R] impossible escape?

2006-10-11 Thread Gabor Grothendieck
On 10/11/06, Marc Schwartz <[EMAIL PROTECTED]> wrote: > On Wed, 2006-10-11 at 13:30 -0400, Charles Annis, P.E. wrote: > > Greetings: > > > > I've searched the R archives with no luck. > > > > I want to print this to the screen as part of on-screen instructions as an > > example: > > > > default.FAC

Re: [R] impossible escape?

2006-10-11 Thread Marc Schwartz
On Wed, 2006-10-11 at 13:30 -0400, Charles Annis, P.E. wrote: > Greetings: > > I've searched the R archives with no luck. > > I want to print this to the screen as part of on-screen instructions as an > example: > > default.FACTOR.labels <- c("Probe1", "Probe2", "Probe3") > > I can't seem to tr

[R] impossible escape?

2006-10-11 Thread Charles Annis, P.E.
Greetings: I've searched the R archives with no luck. I want to print this to the screen as part of on-screen instructions as an example: default.FACTOR.labels <- c("Probe1", "Probe2", "Probe3") I can't seem to trick gsub() gsub("'", "\"", "default.FACTOR.labels <- c('Probe1', 'Probe2', 'Probe