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

Function character_dimension_ctor3

inst/tinytest/cpp/Vector.cpp:563–565  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

561
562// [[Rcpp::export]]
563CharacterVector character_dimension_ctor3(){
564 return CharacterVector( Dimension( 2, 3, 4) ) ;
565}
566
567// [[Rcpp::export]]
568std::string character_iterator1( CharacterVector letters ){

Callers

nothing calls this directly

Calls 1

DimensionClass · 0.50

Tested by

no test coverage detected