deparse_backtick_chk | R Documentation |
deparse_backtick_chk
is a wrapper on deparse()
and backtick_chk
.
deparse_backtick_chk(x)
backtick_chk(x)
unbacktick_chk(x)
x |
A substituted object to deparse. |
It is exported to allow users to easily construct their own chk_
functions.
A string of the backticked substituted object.
backtick_chk()
: Backtick
unbacktick_chk()
: Unbacktick
deparse()
# deparse_backtick_chk
deparse_backtick_chk(2)
deparse_backtick_chk(2^2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.