# NOT RUN {
# fxy <- function(x,y) x+y
# fxz <- function(x,z) x*z
# fxyz <- function(...) {
# list(gsi.filtercall("fxy"),gsi.filtercall("fxz"))
# }
# fxyz(x=1,y=2,z=7)
# fxyz(x=1,fxz.x=2,y=10,z=55)
# }
Run the code above in your browser using DataLab