Skip to contents

Remove single or double quotes from a character string

Usage

remove_quotes(x)

Arguments

x

<chr> vector to convert

Value

<chr> vector with removed quotes

Examples

remove_quotes(x = c("'", '"'))
#> [1] "" ""