This function adds a character at the start and end of a character string, where the default behaviour is to add a double quote.

wrap(string, wrapper = "\"")

Arguments

string

Character string to be wrapped around

wrapper

Character to wrap around string

Value

Character vector containing the modified string.