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 April 25, 2024, 9:14 a.m.