pastet: paste with tab as separator

View source: R/fcn_misc.R

pastetR 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"
  

PTXQC documentation built on July 26, 2023, 5:27 p.m.