Description Usage Arguments Value See Also Examples
Return the nth item from a vector
1 |
x |
Vector |
n |
The n in nth |
default |
Value to pad missing data with |
nth item from vector
Other utility functions: between,
cumall, cumany,
cummean, distribute,
first, lag,
last, lead,
n_distinct, n_groups,
n
1 2 | nth (1:10, 5)
nth (1:10, 11, default=123)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.