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

Function character_matrix_indexing_lhs

inst/tinytest/cpp/Vector.cpp:481–486  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

479
480// [[Rcpp::export]]
481CharacterVector character_matrix_indexing_lhs( CharacterVector m ){
482 for( size_t i=0 ; i<4; i++){
483 m(i,i) = "foo" ;
484 }
485 return m ;
486}
487
488// [[Rcpp::export]]
489CharacterVector character_matrix_row_iteration_incr( CharacterMatrix m ){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected