[<-.deflist {deflist} | R Documentation |
Prevent assignment to elements in a deflist object
Description
Prevent assignment to elements in a deflist object
Usage
## S3 replacement method for class 'deflist'
x[i] <- value
Arguments
x |
A deflist object. |
i |
Indices or names of the elements to be assigned. |
value |
Values to be assigned to the elements. |
Value
this function throws an error be design, no return value
[Package deflist version 0.2.0 Index]