Reputation: 53
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