drop_elements: Drop Items from an Indexible

View source: R/utils.R

drop_elementsR Documentation

Drop Items from an Indexible

Description

Drop elements from an indexible object (vector, list, etc.).

Usage

drop_elements(x, n)

Arguments

x

Any object that can be consumed by seq_along() and indexed by a logical vector of the same length.

n

(integer)
the number of terms to drop.

Value

A subset of x.


mmrm documentation built on Oct. 7, 2024, 1:14 a.m.