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 July 26, 2023, 5:27 p.m.