Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
namespace 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
messageWrapper
Function · 0.85
Calls
1
base_env
Function · 0.85
Tested by
no test coverage detected