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

Function as_raw

inst/tinytest/cpp/as.cpp:32–32  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

30
31// [[Rcpp::export]]
32Rbyte as_raw( SEXP x){ return as<Rbyte>( x ); }
33
34// [[Rcpp::export]]
35bool as_bool( SEXP x){ return as<bool>( x ); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected