I am trying to read an RData file in Python using the rdata
package. I am using the following function:
test = rdata.parser.parse_data("Input/my_file.RData")
and I get the following error:
NotImplementedError: Type RObjectType.EXTPTR not implemented
Any help ? Did not find such an error on the web