add_quotes: Put vector values in quotes
Description
Put vector values in quotes
Usage
add_quotes(x, quote = "double")
Value
Character vector of input with quotation marks around each value
Arguments
- x
vector of string / numeric
- quote
what type of quotes (double
or single
)