[Rcpp-devel] Code for Multiple Inline Call output

Andrew Shacklock babelproofreader at gmail.com
Fri Apr 20 23:46:38 CEST 2012


Can someone show the correct syntax to return multiple outputs from an
inline function call?
i.e. is it
return a, b, c
return ( a, b, c)
return(0) = a
return(1) = b
etc.
or what?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20120420/08e198b7/attachment.html>


More information about the Rcpp-devel mailing list