nth: Return Nth item of a vector or Nth row of a 2-dimensional...

View source: R/utils.R

nthR Documentation

Return Nth item of a vector or Nth row of a 2-dimensional structure

Description

Return Nth item of a vector or Nth row of a 2-dimensional structure

Usage

nth(x, n)

Arguments

x

Vector, matrix, or data frame

n

Index of item or row

Value

Nth item of vector, or Nth row of matrix or data frame


pteetor/tutils documentation built on March 29, 2025, 6:38 p.m.