BASE$del_attr | R Documentation |
This function delete an attribute.
BASE$del_attr(attr_name)
attr_name |
Character. Attribute name. |
Return the object itself.
test <- BASE$instantiate()
test$set_attr("x", 1)
test$x
test$del_attr("x")
test$x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.