[Rd] R result objects as lists

2011-07-26 Thread Thorsten
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

Re: [Rd] R result objects as lists

2011-07-27 Thread Thorsten
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

[Rd] Assignment operator and deep copy for calling C functions

2016-04-06 Thread Thorsten R
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