I am an new Rstudio user and I have a strange problem with running datasets: I was able to easily import my dataset, but whenever I try to run it, it just doesn't work. When I start typing the name of the dataset a list opens for me to select it, and after I select and run it, a line with the name of the dataset (in blue) appears in the console, so it looks like something is happening, but the dataset itself doesn't appear and I can't work with it. I've tried datasets such as iris and mtcars, and the exact same thing happens there too. However, strangely enough I am able to run iris3 without any issues.
This is how I ran sample datasets:
mtcars
df <- dplyr::starwars
df
iris3
iris
I've tried updating Rstudtio, uninstalling and re-installing, restarting the program &computer, and still- the only dataset I can successfully run is iris3.
Any ideas on why my Rstudio is being so selective?
Thanks!