Learn R Programming

tfse (version 0.5.0)

paste_collapse: Paste collapse

Description

Paste with sep and collapse set to empty.

Usage

paste_collapse(...)

Arguments

...

One or more character strings to paste together with paste0 and collapse equal to ""

Value

A single string collapsed and separated with empty spaces