rhs_or_expr | R Documentation |
Return rhs of a formula or expression
rhs_or_expr(x)
x |
A formula or some other object to be quoted |
# This should evaluate to TRUE
rhs_or_expr(~z)
rhs_or_expr(z)
identical(rhs_or_expr(~z), rhs_or_expr(z))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.