Can I access an R option from within an Rcpp function? I'd like the access to happen at runtime, not at compile time. Something like this:
if (getOption("my_option") == x) {
do this;
} else {
do that;
}
_______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
