powered by
Convenience function to use with magrittr wraps paste0(), hence vectorised as paste0()
paste0()
prefix(text, ...)
goes to the end, rest
goes to the front.
Character. Character chain with the prefix added.
# NOT RUN { require(magrittr) "xyz" %>% prefix("abc") # }
Run the code above in your browser using DataLab