Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 110
Note – Paste
ОглавлениеIn many cases we do not need anything between strings that are concatenated. We can of course supply an empty string as separator ( sep = “
), but it is also possible to use the custom function pate0()
:
paste0(12, ‘%’) ## [1] “12%”
past0()