Skip to content
Prev 324850 / 398502 Next

SPlus script

I actually had tried placing arguments in the call but it didn't work.?? However, I did 
not think about writing it to a variable and printing.? That seems to have done the 
trick.? Funny, I don't remember having to do that before, but that's not surprising.

Anyway, thanks for helping to diagnose and fix the problem.

----- Original Message -----
From: Ista Zahn <istazahn at gmail.com>
To: Scott Raynaud <scott.raynaud at yahoo.com>
Cc: William Dunlap <wdunlap at tibco.com>; "r-help at r-project.org" <r-help at r-project.org>
Sent: Thursday, June 6, 2013 9:15 AM
Subject: Re: [R] SPlus script

Presumably something like

r <- sshc(50)
print(r)

But if you were getting output before than you already have a script
that does something like this. It would be better to find it...

Best,
Ista
On Thu, Jun 6, 2013 at 9:02 AM, Scott Raynaud <scott.raynaud at yahoo.com> wrote: