powered by
This function delete an attribute.
BASE$del_attr(attr_name)
Return the object itself.
Character. Attribute name.
test <- BASE$instantiate() test$set_attr("x", 1) test$x test$del_attr("x") test$x
Run the code above in your browser using DataLab