Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
558
CharacterVector character_dimension_ctor2(){
559
return CharacterVector( Dimension( 5, 5 ) ) ;
560
}
561
562
// [[Rcpp::export]]
563
CharacterVector character_dimension_ctor3(){
Callers
nothing calls this directly
Calls
1
Dimension
Class · 0.50
Tested by
no test coverage detected