R/006.fixVarArgs.R

Defines functions append

Documented in append

append <- function(...) UseMethod("append")
setMethodS3("append", "default", function(...) {
  base::append(...)
})

Try the PSCBS package in your browser

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

PSCBS documentation built on Oct. 23, 2021, 9:09 a.m.