Call glue()
without trimming.
Call glue()
without trimming and cat()
the result.
Call glue()
and coerce the result to character.
Call glue()
without trimming and coerce the result to character.
Join a character vector by newlines and cat the result.
Usage
glue0(..., .envir = parent.frame())
catg0(..., .envir = parent.frame())
gluec(..., .envir = parent.frame())
glue0c(..., .envir = parent.frame())
catn(...)
Arguments
- ..., .envir
Passed to
glue::glue()
.