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