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

Function List_extract

inst/tinytest/cpp/Vector.cpp:653–657  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

651
652// [[Rcpp::export]]
653List List_extract( List input ){
654 bool a = input[0] ;
655 int b = input[1] ;
656 return List::create(a, b) ;
657}
658
659// [[Rcpp::export]]
660CharacterVector factors( CharacterVector s){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected