R/type.frame.R
subset-.typed_frame.Rd
Allows modifying a typed data frame using the [ ] operator, with validation checks.
# S3 method for class 'typed_frame' x[i, j] <- value
A typed data frame.
Row index.
Column index or name.
The new value to assign.
The modified typed data frame.