pastet {PTXQC}R Documentation

paste with tab as separator

Description

paste with tab as separator

Usage

pastet(...)

Arguments

...

Arguments forwarded to paste()

Value

return value of paste()

Examples

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

[Package PTXQC version 1.1.1 Index]