For use with dplyr::summarise, for example

recollect(x, collapse = "_")

Arguments

x

A vector

Value

A single value

Details

This function operates similarly to reunite, but instead of operating on columns/observations, it pastes together unique rows/observations.

Examples

# NOT RUN {
# }