View source: R/immutable-class.R
mutable | R Documentation |
Remove the "immutable" S3-class from an R object, allowing it to be modified normally again.
mutable(object)
object |
An R object inheriting from the "immutable" class. |
The object
with the "immutable" class stripped from it.
immut_list <- immutable(list())
mutable(immut_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.