I have an object in R with active bindings (let's call it model). I want to make a copy (similar to this for static bindings model_copy <- model), and then make some changes to model_copy without affecting model.
Is there a way to copy such a <Object containing active bindings> and detach the binding?
