R result objects as lists
Duncan Murdoch <murdoch.duncan at gmail.com> writes:
No, you need to treat the results as C structures under the hood. Some are implemented as Lisp-like lists, but most are vectors with additional information about the type of object that is contained within (in a C-style array).
That makes things a bit more complicated (for me). Thanks for the info Thorsten