trouble transferring Data file from console to Studio

I was sent an "final.RData file" & when I open it, it goes straight to R console. I am very new to R, & have no idea how to transfer it to R studio so that I am able to view the file. Could anybody assist with the commands I need to save the file & get it into R studio to view it?

Description of issue -

System Information:

  • RStudio Edition: (Desktop or Server)
  • RStudio Version:
  • OS Version:
  • R Version:
  • sessionInfo():

Referred here from support.rstudio.com

What's your question? You need to provide details of what you are trying to do and what's not working.

I added the info - I guess it never saved. Thanks!

Right click the file and choose Open With ... RStudio. This will load the data from the file into the RStudio global environment. You should be able to see it in the "Environment" Pane in RStudio.

In future you can associate RData files with RStudio then they will always open in RStudio.
Right click the file and choose Open With ... Choose another app ... RStudio + Always use this app.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.