Rdocumentation
powered by
Learn R Programming
largeList (version 0.3.1)
$<-.largeList: Overload of operator $<-.
Description
Overload of operator $<-.
Usage
# S3 method for 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