Add a full stop to the end of a sentence
add_fullstop(text, punctuation = ".")
A character string with a punctuation at the end of the string.
test <- add_fullstop("I ate an apple today")
test <- add_fullstop(c("I ate an apple today", "Example with exclamation!"))