(no subject)

About this list Date view Thread view Subject view Author view Attachment view

From: Liu.Chunhua@epamail.epa.gov
Date: Thu 10 Jan 2002 - 05:30:48 EST


Message-id: <OF5E975872.16B258F1-ON85256B3C.00659865@rtp.epa.gov>


Dear All,

THis is my "data.char$excluded" object and I want to show its content in
my output screen.

> data.char$excluded
$names
[1] "Species" "Target" "Sex"

[[2]]
[1] "DG"

[[3]]
[1] "R"

[[4]]
[1] "M"

>

When I run cat() in S Plus, I got:

> cat(data.char$excluded, "\n")
c("Species", "Target", "Sex") "DG" "R" "M"

However, when I run the same commend in R, I got:
> cat(data.char$excluded, "\n")
Error in cat(list(...), file, sep, fill, labels, append) :
        argument 1 not yet handled by cat

Anyone know what's wrong with it.

Thanks

Charlie Liu

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.3 : Thu 17 Jan 2002 - 11:10:11 EST