recollect.Rd
For use with dplyr::summarise, for example
recollect(x, collapse = "_")
x | A vector |
---|
A single value
This function operates similarly to reunite, but instead of operating on columns/observations, it pastes together unique rows/observations.
# NOT RUN { # }