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

Function vtrimws

inst/tinytest/cpp/sugar.cpp:1274–1276  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1272
1273// [[Rcpp::export]]
1274CharacterVector vtrimws(CharacterVector x, const char* which = "both") {
1275 return trimws(x, which);
1276}
1277
1278// [[Rcpp::export]]
1279CharacterMatrix mtrimws(CharacterMatrix x, const char* which = "both") {

Callers

nothing calls this directly

Calls 1

trimwsFunction · 0.85

Tested by

no test coverage detected