R/last.R

Defines functions last

Documented in last

last = function(x){
    return(x[length(x)])
}

Try the dafs package in your browser

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

dafs documentation built on April 11, 2022, 5:06 p.m.