dwww Home | Show directory contents | Find package

%module r_sexp

extern "C" SEXP return_sexp(SEXP x);

%inline %{
SEXP return_sexp(SEXP x) {
  return x; //Rcpp NumericVector is automatically casted to SEXP
}
%}

Generated by dwww version 1.15 on Tue Jul 2 00:15:14 CEST 2024.