powered by
Wrappers on paste and paste0 to increase the readability of code.
paste
paste0
p(..., sep = " ", collapse = NULL)p0(..., collapse = NULL)
p0(..., collapse = NULL)
one or more R objects, to be converted to character vectors.
a character string to separate the terms. Not NA_character_.
NA_character_
an optional character string to separate the results. Not NA_character_.
A string of the pasted values.
p0: Paste0
p0
# NOT RUN { p("The", "red") p0("ard", "vark") # }
Run the code above in your browser using DataLab