Dear all, I need to call R's match function from a c++ program so I can do Rcpp::Function R_match("match"); Rcpp::NumericVector out = R_match(x_, table_);
However, I wonder if there is such a "match" function in C++ that I can call (to avoid the extra overhead)? Any ideas would be welcome Regards Søren _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel