Re: [R] Question regarding print

2010-06-17 Thread Greg Snow
tatistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Adolf STIPS > Sent: Thursday, June 17, 2010 8:20 AM > To: r-help@r-project.org &g

Re: [R] Question regarding print

2010-06-17 Thread jim holtman
cat(out, '\n') On Thu, Jun 17, 2010 at 10:19 AM, Adolf STIPS wrote: > > Hi, > > Does anybody know how to have output from print, without the leading [1]? > (Or must I use cat/write?) > >>out="r15" >>print(out,quote=FALSE) > [1] r15 > > And I definitely do not want the leading [1] as I want to con

[R] Question regarding print

2010-06-17 Thread Adolf STIPS
Hi, Does anybody know how to have output from print, without the leading [1]? (Or must I use cat/write?) >out="r15" >print(out,quote=FALSE) [1] r15 And I definitely do not want the leading [1] as I want to construct a table from this. Ciao, Adolf ---