Rをreadxl
パッケージで使用しています。次のコマンドで Excel ファイルをインポートしようとしています。
library(readxl)
city_codes <- read_excel("./data/file.xlsx", sheet = "city_codes")
それはzipファイルであり、開くことができないと言っています:
Error in sheets_fun(path) : Evaluation error: zip file './data/file.xlsx' cannot be opened.
何か案は?