parse (PR#2104)
mmcstephen@cogstate.com
mmcstephen@cogstate.com
Fri, 4 Oct 2002 08:31:11 +0200 (MET DST)
Full_Name: Michael McStephen
Version: 1.5.1
OS: w2000
Submission from: (NULL) (202.138.192.38)
> R.version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.1
year 2002
month 06
day 17
language R
>
> # The following line produces an error:
> tmp.name<-"tmp"
> parse(text=paste(tmp.name, ".lg, ", sep="") )
Error in parse(file, n, text, prompt) : parse error
>
>
> # This line doesn't:
> parse(text=paste(tmp.name, ".lg ", sep="") )
expression(tmp.lg)
>
>
> # The only difference is the ',' after lg in the second line.
>
>
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._