View source: R/basefunctions.R
bt | R Documentation |
bt
adds leading and trailing backticks to make illegal variable names
usable. Optionally removes them.
bt(x, remove = FALSE)
x |
Names to add backtick to. |
remove |
Option to remove existing backticks, default=FALSE. |
Character vector with backticks added.
bt('name 1')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.