powered by
turnogram()
first(x, na.rm=FALSE)
na.rm=TRUE
last
turnogram
a <- c(NA, 1, 2, NA, 3, 4, NA) first(a) first(a, na.rm=TRUE)
Run the code above in your browser using DataLab