'Open an Excel Database ( libxls error: Unable to open file )

i'm trying to open an excel database on R, but I get this error

library(readxl)

MRW <- read_excel("MRW.XLS")

View(MRW)

Error: libxls error: Unable to open file

How can I solve?? ( The working directory is set fine )



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source