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

Function asRaw

inst/tinytest/cpp/RObject.cpp:41–43  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

39
40// [[Rcpp::export]]
41Rbyte asRaw( Rbyte i ){
42 return (Rbyte)(2*i) ;
43}
44
45// [[Rcpp::export]]
46bool asLogical( bool b){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected