【发布时间】:2023-03-30 03:01:01
【问题描述】:
我正在尝试将省略号与管道工一起使用,因为输入 json 可能会有所不同
#' @post /predict
calculate_prediction <- function(...){
arguments =list(...)
print(arguments)
return(arguments)
这会在下面引发错误:
<simpleError: No method asJSON S3 class: R6>
如何解决此问题
【问题讨论】: