[R] type of list elements in .Call
Paul Roebuck
roebuck at odin.mdacc.tmc.edu
Mon Jan 31 08:37:55 CET 2005
On Mon, 31 Jan 2005, Faheem Mitha wrote:
> [SNIP]
> as I would expect. I thought that if the vectors in the list could be
> regarded as integer vectors, they would be, but apparently not. Is there
> any way I can tell R to regard them as integer vectors?
.Call("printlst", list(as.integer(c(1,2)),
as.integer(c(3,4)))
----------------------------------------------------------
SIGSIG -- signature too long (core dumped)
More information about the R-help
mailing list