Splus FIX.NA [data_directory] fix.NA(x, oldNA="2146435072")
attach("my.ATT.S.objects", pos=2) x <- fix.NA(get("x", where=2)) detach(2) # now a converted version of x exists on the working directory. # or do an entire S working directory at once, from the shell: % Splus FIX.NA my.ATT.S.objects % mv my.ATT.S.objects my.Splus.objects