skip {linq} R Documentation

Bypasses a specified number of elements in a sequence and then

Description

returns the remaining elements.

Usage

skip(sequence, n);

Arguments

sequence

An System.Collections.Generic.IEnumerable`1 to return elements from.

n

The number of elements to skip before returning the remaining elements. [as integer]

Details

Authors

SMRUCC genomics Institute

Value

An System.Collections.Generic.IEnumerable`1 that contains the elements that occur after the specified index in the input sequence.

clr value class

Examples


[Package linq version 2.33.856.6961 Index]