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

Function FromSEXP

inst/tinytest/cpp/DataFrame.cpp:26–29  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

24
25// [[Rcpp::export]]
26DataFrame FromSEXP( SEXP x){
27 DataFrame df(x) ;
28 return df;
29}
30
31// [[Rcpp::export]]
32SEXP index_byName( DataFrame df, std::string s ){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected