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

Function strimws

inst/tinytest/cpp/sugar.cpp:1284–1286  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1282
1283// [[Rcpp::export]]
1284String strimws(String x, const char* which = "both") {
1285 return trimws(x, which);
1286}
1287
1288
1289// 21 Jul 2018 min/max tests for int and double

Callers

nothing calls this directly

Calls 1

trimwsFunction · 0.85

Tested by

no test coverage detected