MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / message

Function message

inst/include/Rcpp/api/meat/message.h:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace Rcpp {
25
26 inline void message(SEXP s) {
27 Rcpp::Function msg = Rcpp::Environment::base_env()["message"];
28 msg(s);
29 }
30
31}
32

Callers 1

messageWrapperFunction · 0.85

Calls 1

base_envFunction · 0.85

Tested by

no test coverage detected