nele.list: Extract the n-th element from a list

View source: R/nele.list.r

nele.listR Documentation

Extract the n-th element from a list

Description

Extract the n-th element from a list

Usage

nele.list(lst, n)

Arguments

lst

is the list object

n

is the position of the element in the list to be retrieved

Value

object with elements of each list

Author(s)

Christian Salas-Eljatib

Examples

x <- list(list("z","x","y"), list(3,4,99,23,45), list(1,67,5,6,89))
nele.list(x,1)
nele.list(x,2)
nele.list(x,3)


biometrics documentation built on April 4, 2025, 12:35 a.m.