Learn R Programming

PTXQC (version 1.0.4)

pasten: paste with newline as separator

Description

paste with newline as separator

Usage

pasten(...)

Arguments

...

Arguments forwarded to paste()

Value

return value of paste()

Examples

Run this code
# NOT RUN {
  pasten("newline","separated")
  ## --> "newline\nseparated"
  
# }

Run the code above in your browser using DataLab