R/addLast.R

Defines functions addLast

Documented in addLast

# @export
addLast <- function(fun) {
  .Defunct(
    new = paste(".Last <- lastAdd(", deparse(substitute(fun)), ")", sep = ""),
    package = "gtools"
  )
}

Try the gtools package in your browser

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

gtools documentation built on Nov. 20, 2023, 5:07 p.m.