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

Function eleToString

src/subscribe.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62SEXP eleToString(const Element& e) {
63 Rcpp::StringVector ans(e.numValues());
64 for(size_t i = 0; i < e.numValues(); ++i) {
65 ans[i] = e.getValueAsString(i);
66 }
67 return Rcpp::wrap(ans);
68}
69
70SEXP eleToDouble(const Element& e) {
71 Rcpp::NumericVector ans(e.numValues());

Callers 2

eleToDatetimeFunction · 0.85
eleToArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected