r substitute with list and evaluation

前端 未结 0 475
执笔经年
执笔经年 2020-11-21 10:14

If I make this example

match_caller <- function(x) 1L
crazy_function <- function(x) substitute(match_caller(x),list(x=x))
crazy_function2 <- function         


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