Re: [R] Display variables when running a script

2008-07-17 Thread Stephan Kolassa
?print ?cat HTH Stephan [EMAIL PROTECTED] schrieb: Hi, I know this must be a stupid question, and sorry in advance for being such a noob. But, is there way to get R to display only certain variables when running a script. I know if you want to see the value of a variable when using the interfa

Re: [R] Display variables when running a script

2008-07-17 Thread Erik Iverson
Depending on your motivation here, you may want to search for 'debugging in R' or something to that effect to look at the various options available. I like the debug package available on CRAN. Also see ?browser and ?trace if you want to debug a function. [EMAIL PROTECTED] wrote: Hi, I kn

Re: [R] Display variables when running a script

2008-07-17 Thread jim holtman
?print ?cat On Thu, Jul 17, 2008 at 1:47 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > I know this must be a stupid question, and sorry in advance for being such a > noob. But, is there way to get R to display only certain variables when > running > a script. I know if you want to see the value of a