Learn R Programming

PTXQC (version 1.1.1)

pastet: paste with tab as separator

Description

paste with tab as separator

Usage

pastet(...)

Value

return value of paste()

Arguments

...

Arguments forwarded to paste()

Examples

Run this code
  pastet("tab","separated")
  ## --> "tab\tseparated"
  

Run the code above in your browser using DataLab