Subvector: Extract/replace in a lazy vector

SubvectorR Documentation

Extract/replace in a lazy vector

Description

Extract or replace elements in a lazy vector.

Usage

## S4 method for signature 'lazyVector,numeric,ANY,ANY'
x[i]

## S4 method for signature 'lazyVector,logical,ANY,ANY'
x[i]

## S4 replacement method for signature 'lazyVector,numeric,missing,lazyVector'
x[i, j] <- value

Arguments

x

a lazyVector object

i

indices

j

nothing

value

a lazyVector object

Value

A lazyVector object.


lazyNumbers documentation built on Nov. 22, 2022, 1:05 a.m.