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