last {linq} R Documentation

get the last element in the sequence

Description

Usage

last(sequence,
    test = NULL);

Arguments

sequence

a general data sequence

test

if this test function is nothing, then means get the last element in the sequence. else if the function is not nothing, then means get the last element that which meet this test condition in the sequence data input. [as RFunction]

envir

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package linq version 2.33.856.6961 Index]