powered by
Return rhs of a formula or expression
rhs_or_expr(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))
Run the code above in your browser using DataLab