How to open an .xlsb file in R?

前端 未结 4 1923
自闭症患者
自闭症患者 2020-12-14 20:13

I\'m trying to open an .xlsb file in R and keep getting similar errors.

Any recommendations on how to solve this issue without having to download the data and save

4条回答
  •  离开以前
    2020-12-14 20:39

    If you get the following error in R trying to connect to .xlsb:

    [RODBC] ERROR: state IM002, code 0, message [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    

    then, you are probably are missing to install the AccessDatabaseEngine_X64.exe from Microsoft. I had this problem today, and after installing this file I've got no more error messages.

提交回复
热议问题