Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
553
CharacterVector character_dimension_ctor1(){
554
return CharacterVector( Dimension( 5 ) ) ;
555
}
556
557
// [[Rcpp::export]]
558
CharacterVector character_dimension_ctor2(){
Callers
nothing calls this directly
Calls
1
Dimension
Class · 0.50
Tested by
no test coverage detected