I have a file that I received which is a big-endian sas7bdat file. When I try to read it with read.sas7bdat, I get this error:
Error in read.sas7bdat(file.path(datadir, "myfile.sas7bdat")) :
big endian files are not supported
Is there any plan to support reading big endian files?