$<-.largeList {largeList}R Documentation

Overload of operator $<-.

Description

Overload of operator $<-.

Usage

## S3 replacement method for class 'largeList'
x$index <- value

Arguments

x

A largeList object created by getList.

index

NULL, a numeric or character vector with lenght 1.

value

NULL, a vector or a list.

Details

x$A <- 1 is equivalent to x[["A"]] <- 1

See Also

[[<-.largeList largeList


[Package largeList version 0.3.1 Index]