take {linq} R Documentation

take the first n items from the given input sequence data

Description

Usage

take(sequence, n);

Arguments

sequence

the input sequence data

n

the number of first n element

env

[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]