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

Function test_sapply_string

inst/tinytest/cpp/String.cpp:44–47  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

42
43// [[Rcpp::export]]
44CharacterVector test_sapply_string( CharacterVector text, CharacterVector old , CharacterVector new_){
45 CharacterVector res = sapply( text, StringConv( old, new_ ) ) ;
46 return res ;
47}
48
49// [[Rcpp::export]]
50String test_ctor(String x) {

Callers

nothing calls this directly

Calls 2

StringConvClass · 0.85
sapplyFunction · 0.50

Tested by

no test coverage detected