pasten: paste with newline as separator

View source: R/fcn_misc.R

pastenR Documentation

paste with newline as separator

Description

paste with newline as separator

Usage

pasten(...)

Arguments

...

Arguments forwarded to paste()

Value

return value of paste()

Examples

  pasten("newline","separated")
  ## --> "newline\nseparated"
  

PTXQC documentation built on April 23, 2026, 9:11 a.m.