Closed jmbarbone closed 2 weeks ago
If we end up making @()
a general attribute getter for any R object, then we would want to reserve the class
property name. For now, I'd suggest using a different name.
We should check for "reserved" property names and error in new_class()
. Besides class
, others that I imagine might produce problems: dim, names, dimnames, tsp, levels (for factor)
Created on 2024-08-26 with reprex v2.1.1