R/paste_a.R
paste_a.Rd
Pastes a to front of string
paste_a(text)
a string
a character string
paste_a("some_string") #> [1] "a_some_string"