Aliases: f_rhs f_rhs<- f_lhs f_lhs<- f_env f_env<-
Keywords:
### ** Examples f_rhs(~ 1 + 2 + 3)
1 + 2 + 3
f_rhs(~ x)
x
f_rhs(~ "A")
[1] "A"
f_rhs(1 ~ 2)
[1] 2
f_lhs(~ y)
NULL
f_lhs(x ~ y)
f_env(~ x)
<environment: 0x55ccfe305440>