Trying to create a modified version of paste function where any input text needs to be bracketed by "stop" and "start". Failing code is:
telegram.paste <- function(...) {paste("START", "...", "STOP")}
As a fairly new user I'm struggling to identify the issue with my code and either an explanation or link to one would be very much appreciated.