Description Usage Arguments Value Note Examples
convert a string to a quoted expression within a function
| 1 | string_to_quote(string)
 | 
| string | a character string that represents a variable or expression. The input parameter to a function. | 
returns the quoted version of the string.
Only use inside a function. Variable should be unquoted via UQ() or !! for use.
| 1 | input <- string_to_quote(input) #where input is a parameter entered as string
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.