View source: R/afni_quote_expression.R
afni_quote_expression | R Documentation |
Simple wrapper for ensuring a string has single quotes at the front and end of the string
afni_quote_expression(x, trim = TRUE)
x |
character string |
trim |
should |
A character string
afni_quote_expression("hey")
afni_quote_expression("'hey'")
afni_quote_expression(c("'hey'", "ho", ""))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.