Those data frames/objects are appearing in RStudio from previous sessions (If you go to RStudio > Preferences > General, you'll see there's a radio button for Restore previously open source documents at startup, which is why you're seeing them in your "new" session). The objects aren't actually in your active R session. However you read them in the first time around you need to do in the active R session in order to manipulate work with them.