R/string_ops.R
remove_quotes.Rd
Remove single or double quotes from a character string
remove_quotes(x)
<chr> vector to convert
<chr>
<chr> vector with removed quotes
remove_quotes(x = c("'", '"')) #> [1] "" ""