Is there a function that can be an alternative to paste ? I would like to know if something like this exists in R:
> buildString ( "Hi {1}, Have a very nice {2} ! " , c("Tom", "day") )
|
|
|
frankc and DWin are right to point you to If for some reason your replacement parts really will be in the form of a vector (i.e.
|
|||||
|
|
|
The
|
|||||||
|
|
I think you are looking for sprintf. Specifically:
|
|||||||||||||||||
|
|
The
|
|||
|