MCPcopy Create free account
hub / github.com/Rblp/Rblpapi / _Rblpapi_getRuntimeVersion

Function _Rblpapi_getRuntimeVersion

src/RcppExports.cpp:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140// getRuntimeVersion
141std::string getRuntimeVersion();
142RcppExport SEXP _Rblpapi_getRuntimeVersion() {
143BEGIN_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;
148END_RCPP
149}
150// bsrch_Impl
151DataFrame bsrch_Impl(SEXP con, std::string domain, std::string limit, bool verbose);
152RcppExport SEXP _Rblpapi_bsrch_Impl(SEXP conSEXP, SEXP domainSEXP, SEXP limitSEXP, SEXP verboseSEXP) {

Callers

nothing calls this directly

Calls 1

getRuntimeVersionFunction · 0.85

Tested by

no test coverage detected