How to use `call()` with arguments that update?

后端 未结 0 1007
遥遥无期
遥遥无期 2021-02-04 14:50
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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题