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

Function list_push_back

inst/tinytest/cpp/Vector.cpp:394–398  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

392
393// [[Rcpp::export]]
394List list_push_back(List list){
395 list.push_back( 10 ) ;
396 list.push_back( "bar", "foo" ) ;
397 return list ;
398}
399
400// [[Rcpp::export]]
401List list_push_front( List list ){

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected