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"
  

cbielow/PTXQC documentation built on March 13, 2024, 5:08 a.m.