subset-.typed_frame: Modify a typed data frame using [ ]

[<-.typed_frameR Documentation

Modify a typed data frame using [ ]

Description

Allows modifying a typed data frame using the [ ] operator, with validation checks.

Usage

## S3 replacement method for class 'typed_frame'
x[i, j] <- value

Arguments

x

A typed data frame.

i

Row index.

j

Column index or name.

value

The new value to assign.

Value

The modified typed data frame.


interface documentation built on Sept. 11, 2024, 8:59 p.m.