Mathematician
Mathematician

Reputation: 111

How do I get R files to start?

I am learning how to use R from the following video: https://www.youtube.com/watch?v=_V8eKsto3Ug

After downloading R he asked us to download 'R01_Intro_Files'and after I downloaded the zip folder provided in the description in the video and unzipped the folder the files would not open on my computer. Someone please instruct me on how to start these files.

Upvotes: 0

Views: 2278

Answers (1)

user13653858
user13653858

Reputation:

If double-clicking R file does not open that file, you can simple open that from a GUI menu.

RGui

If you have RGui, go to File -> Open script...:

RGui open script

RStudio

And if you have RStudio, choose File -> Open file...:

RStudio open file

Upvotes: 2

Related Questions