-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
Description
I try to read spss format
df <- read_sav("https://www.hse.ru/data/2019/09/03/1539047667/r27iall_31.sav" )
and get
Error in df_parse_sav_file(spec, encoding, user_na, cols_skip, n_max, :
Failed to parse C:/Users/Администратор/AppData/Local/Temp/RtmpIRfOSh/filef401bbb26de: The file's timestamp string is invalid.
I changed encoding ````utf-8```` and ````cp1251```` but results are the same
When I before download the file to my local directory I have no mistake
df <- read_sav("r27iall_31.sav")
> version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 6.2
year 2019
month 12
day 12
svn rev 77560
language R
version.string R version 3.6.2 (2019-12-12)
nickname Dark and Stormy Night