subset-.deflist: Prevent assignment to elements in a deflist object

[<-.deflistR 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


deflist documentation built on April 27, 2023, 5:11 p.m.