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

Function character_dimension_ctor2

inst/tinytest/cpp/Vector.cpp:558–560  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

556
557// [[Rcpp::export]]
558CharacterVector character_dimension_ctor2(){
559 return CharacterVector( Dimension( 5, 5 ) ) ;
560}
561
562// [[Rcpp::export]]
563CharacterVector character_dimension_ctor3(){

Callers

nothing calls this directly

Calls 1

DimensionClass · 0.50

Tested by

no test coverage detected