[Rcpp-devel] When to use SEXP as return value or argument type?

Asis Hallab asis.hallab at gmail.com
Mon Jun 3 14:35:03 CEST 2013


Dear Rcpp Experts,

two simple and short questions:

Do I always have to use SEXP arguments, if I want the method to be
callable from R through the .Call( … ) function?

Does the return type have to be a SEXP, too, or can I use any Rcpp
class instead?

Kind regards!


More information about the Rcpp-devel mailing list