result objects lists (or numbers or
strings)? That is, is it safe to assume that the result of an R call
will always be either a number, a string or a list (under the hood)?
Cheers
Thorsten
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman
s a bit more complicated (for me).
Thanks for the info
Thorsten
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Hi All,
i have a problem in understanding what the assignment operator '<-' really is
doing.
If i create two numeric arrays in R and copy one into the other with '<-' and
afterwards change one array by calling a C function, both arrays are changed!
The problem I am facing can easily be seen in