back_quote | R Documentation |
Convert an R object to character and add back quotations.
back_quote(x, recursive = TRUE, as_double = TRUE)
x |
An R object. |
recursive |
Optional. |
as_double |
Optional. |
A character vector.
back_quote(1:3)
back_quote(1:3, recursive = FALSE)
back_quote(1:3, as_double = FALSE)
back_quote(NULL)
back_quote(list(c, 1:3, "a"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.