Can we pass two functions with two variable argument set?

前端 未结 0 1436
星月不相逢
星月不相逢 2020-12-11 06:00
process <- function(FUNC, ...) { 
  message("Calling single function")
  FUNC(...)
}

# This does not make sense, but gramatically,
# but there may be s         


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