R/006.fixVarArgs.R

# Added '...' to some base functions. These will later be
# turned into default functions by setMethodS3().

write <- appendVarArgs(write)

if (exists("restart", mode="function")) {
  restart <- NULL; rm(list="restart"); # To please R CMD check on R (>= 2.15.0)
  restart <- appendVarArgs(restart)
}

Try the R.rsp package in your browser

Any scripts or data that you put into this service are public.

R.rsp documentation built on May 29, 2024, 10:06 a.m.