R/last.R

last <-
function(x){
	
	return(x[length(x)])
}
PeteHaitch/Aclust documentation built on May 8, 2019, 1:29 a.m.