current.Rd
Just a simple shorthand to get the current element (in a formr df, where the last element is always the one from the current session).
current(x)
vector of which you want the current element
current( c(1:10,NA) ) #> [1] NAcurrent( 1:10 ) #> [1] 10