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

Function character_dimension_ctor1

inst/tinytest/cpp/Vector.cpp:553–555  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

551
552// [[Rcpp::export]]
553CharacterVector character_dimension_ctor1(){
554 return CharacterVector( Dimension( 5 ) ) ;
555}
556
557// [[Rcpp::export]]
558CharacterVector character_dimension_ctor2(){

Callers

nothing calls this directly

Calls 1

DimensionClass · 0.50

Tested by

no test coverage detected