0

When I try to read .sav file using Tidyverse package haven and it's function read_sav I get:

Invalid time string (length=8):  0: 0: 0
Error in df_parse_sav_file(spec, encoding, user_na): 
The file's timestamp string is invalid.

However, if I use foreign::read.spss it reads the file with the warning:

Compression bias (0) is not the usual value of 100

Timestamp values are around 13445740800 - which is strange (seems like epoch time in tenths of a second).

(Let me know if this is a question for Github issues.)

mihagazvoda
  • 580
  • 6
  • 17
  • I looks like github would be a better place for this. Also consider making reproducible a example to get help with this: https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example – Bulat Sep 14 '19 at 19:23

0 Answers0