R/lastElement.R

Defines functions lastElement

Documented in lastElement

lastElement <- function(x){
  x[length(x)]
}
fischuu/Luke documentation built on Aug. 30, 2022, 10:07 a.m.