Learn R Programming

PTXQC (version 1.0.4)

pastet: paste with tab as separator

Description

paste with tab as separator

Usage

pastet(...)

Arguments

...

Arguments forwarded to paste()

Value

return value of paste()

Examples

Run this code
# NOT RUN {
  pastet("tab","separated")
  ## --> "tab\tseparated"
  
# }

Run the code above in your browser using DataLab