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

Function mtrimws

inst/tinytest/cpp/sugar.cpp:1279–1281  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1277
1278// [[Rcpp::export]]
1279CharacterMatrix mtrimws(CharacterMatrix x, const char* which = "both") {
1280 return trimws(x, which);
1281}
1282
1283// [[Rcpp::export]]
1284String strimws(String x, const char* which = "both") {

Callers

nothing calls this directly

Calls 1

trimwsFunction · 0.85

Tested by

no test coverage detected