$<-.typed_frame {interface} | R 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$col_name <- value
Arguments
x |
A typed data frame. |
col_name |
The name of the column to modify or add. |
value |
The new value to assign. |
Value
The modified typed data frame.
[Package interface version 0.1.2 Index]