Return the element at the given index
Description
Return the element at the given index
Usage
<Series>$item(index = NULL)
Arguments
index
|
Index of the item to return. |
Value
A value of length 1
Examples
#> [1] 1
#> [1] 24
Return the element at the given index
<Series>$item(index = NULL)
index
|
Index of the item to return. |
A value of length 1
#> [1] 1
#> [1] 24