current: Gives the last element, doesn't omit missings

Description Usage Arguments Examples

View source: R/shorthands.R

Description

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).

Usage

1

Arguments

x

vector of which you want the current element

Examples

1
2
current( c(1:10,NA) )
current( 1:10 )

grebbel/formr_test documentation built on May 17, 2019, 8:34 a.m.