do.call constructs and executes a function call from a name or a function and a list ... A <- 2 f <- function(x) print(x^2) env <- new.env() assign("A", 10, ...
確定! 回上一頁