$<-.typed_frame | R Documentation |
Allows modifying a typed data frame using the $ operator, with validation checks.
## S3 replacement method for class 'typed_frame'
x$col_name <- value
x |
A typed data frame. |
col_name |
The name of the column to modify or add. |
value |
The new value to assign. |
The modified typed data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.