n
For nth_value
, a single integer
specifying the position. If a numeric is supplied, it
will be silently truncated.
default
A default value to use if the position
does not exist in the input. This is guessed by default
for atomic vectors, where a missing value of the
appropriate type is return, and for lists, where a
NULL
is return. For more complicated objects,
you'll need to supply this value.