Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
563
CharacterVector character_dimension_ctor3(){
564
return CharacterVector( Dimension( 2, 3, 4) ) ;
565
}
566
567
// [[Rcpp::export]]
568
std::string character_iterator1( CharacterVector letters ){
Callers
nothing calls this directly
Calls
1
Dimension
Class · 0.50
Tested by
no test coverage detected