replace_fancy | R Documentation |
Replace or remove fancy quotes
replace_fancy(x, double = TRUE, single = TRUE, ...) remove_fancy(x, ...) remove_quotes(x)
x |
string or character vector |
double |
replace fancy double quotes |
single |
replace fancy single quotes |
... |
additional arguments passed to 'regex' function |
a modified version of the input where fancy quotes have been replaced
remove_fancy
: remove fancy single- and double-quotes
remove_quotes
: remove all single and double quote characters
replace_fancy("this ‘is’ a “test” it is ") remove_fancy("this ‘is’ a “test” it is ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.