Skip to content
Prev 9029 / 398502 Next

r help message

On Thu, 18 Jan 2001, S.McClatchie wrote:

            
The first argument should be a character vector naming the object.
The help page says:

       x: a variable name (given as a quoted string).

and dir is not a quoted string, is it?  What's odd?

You don't need the c() in either case.

Also, test.smooth.opc.time.series is not an environment: you need
parent.frame(), I think.


Is this really a good idea?  The normal idea is to collect return variables
into a list and return that.  Explicit use of assign or <<- in S/R
user code is normally a sign of design problems, although they are needed
in system code.