Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
1284
String 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
trimws
Function · 0.85
Tested by
no test coverage detected