I can't load my dataset from excel in Rstudio

I have been working in R studio for a week now. Yesterday, there was some problem with it.. I loaded the readxl package from the library and copied the path of the dataset I wanted to use.. So the R console seems to write the code without any errors.. But the Environment is not showing any data being imported. R console is not showing any errors, but the there's no data being imported in Rstudio.

I can't see the detail well in the image you posted, but I do see that a process is running because there is a red icon at the top left of the console. If you run readxl(), does that red symbol ever disappear or does it stay on permanently?

Welcome to the forum

As FJCC says it is very difficult to read your code or output.Please do not send screenshots. They are difficult to work with.

It is much better to copy the code and paste it here between

```

```

You can do the same with the output.

After reinstalling R and R studio, the codes are working again. The issue started when I tried importing a new Excel file, and no files would import after that. Could the Excel file itself be the problem?

Are you having the same problem again with the new installation and the same new file?

Now it's working.. thank you:)