Kyoto
Kyoto

Reputation: 53

How do I avoid Error normalizePath with read_excel in R?

I was trying to import table from excel (xlsx) to my R, but I get an error

Warning message: In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="Data_202310.xlsx": Access is denied

The file was imported using:

read_excel("Data_202310.xlsx")

Does anyone know why this problem occurs and how can avoid this?

Upvotes: 0

Views: 123

Answers (0)

Related Questions