$<-.enum | R Documentation |
Sets the value of an enum object. The new value must be one of the valid enum values.
## S3 replacement method for class 'enum'
x$name <- value
x |
An enum object |
name |
The name of the field to set (should be "value") |
value |
The new value to set |
The updated enum object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.