x <- 1 test_call <- call(">", x, 0) eval(test_call) [1] TRUE x <- -1 eval(test_call) [1] TRUE
I have a list of call
call