2 lines
74 B
R
2 lines
74 B
R
arglist <- list(x=runif(10), trim=0.1, na.rm=TRUE)
|
|
do.call(mean, arglist)
|
arglist <- list(x=runif(10), trim=0.1, na.rm=TRUE)
|
|
do.call(mean, arglist)
|