R/utils.r

Defines functions last_elt

last_elt = function(x)
{
  x[length(x)]
}
RBigData/hola documentation built on Aug. 18, 2021, 4:28 p.m.