I have .Rdata file that "stores" some logic/code. How can I extract the code written in this .Rdata file?
I want to edit/fix this code, but instead the general pipeline loads this .Rdata with it's variables and SVM model without the option to fix and edit.
Please advise.
P.S .Rdata saves a workspace, which includes the function and value objects created during an open session in R, I need the actual logic/code/initialization done in order to create these objects, for example I get the svm model fit result but not the code that created this object, that is what I need.