22 #ifndef RCPP_SUGAR_FUNCTIONS_COLLAPSE_H
23 #define RCPP_SUGAR_FUNCTIONS_COLLAPSE_H
27 template <
typename Iterator>
31 for( R_xlen_t i=0; i<n; i++ ){
40 template <
bool NA,
typename T>
String collapse__impl(Iterator it, R_xlen_t n)
String collapse(const VectorBase< STRSXP, NA, T > &vec)