E <- editmatrix(c( "x+3*y == 2*z"
, "x > 2")
)
getVars(E)
E <- editarray(c(
"gender \%in\% c('male','female')",
"pregnant \%in\% c(TRUE, FALSE)",
"if( gender == 'male' ) pregnant == FALSE"
)
)
getVars(E)
Run the code above in your browser using DataLab