| 140 | // getRuntimeVersion |
| 141 | std::string getRuntimeVersion(); |
| 142 | RcppExport SEXP _Rblpapi_getRuntimeVersion() { |
| 143 | BEGIN_RCPP |
| 144 | Rcpp::RObject rcpp_result_gen; |
| 145 | Rcpp::RNGScope rcpp_rngScope_gen; |
| 146 | rcpp_result_gen = Rcpp::wrap(getRuntimeVersion()); |
| 147 | return rcpp_result_gen; |
| 148 | END_RCPP |
| 149 | } |
| 150 | // bsrch_Impl |
| 151 | DataFrame bsrch_Impl(SEXP con, std::string domain, std::string limit, bool verbose); |
| 152 | RcppExport SEXP _Rblpapi_bsrch_Impl(SEXP conSEXP, SEXP domainSEXP, SEXP limitSEXP, SEXP verboseSEXP) { |
nothing calls this directly
no test coverage detected