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