From the course: R for Data Science: Analysis and Visualization
Unlock the full course today
Join today to access over 25,000 courses taught by industry experts.
Installing RStudio - R Tutorial
From the course: R for Data Science: Analysis and Visualization
Installing RStudio
- [Instructor] Now that you have R installed on your computer, you'll also want to install RStudio. That's the environment we're going to use throughout this course to interact with R. Fortunately, this is easy to install and it's free. What you need to do is first go posit.co. That's the company that makes RStudio. And when you get there, you might be tempted to go to Products, but that links to many of their other things. You want to go instead to Open Source and then come down here to Download RStudio. When we click on that, it'll give you links here and it lets you download RStudio. Now, Download RStudio Server, that's for the big industrial ones, we're not doing that. We're just dealing with RStudio Desktop. So we click on that and then when we come down here, it's going to first make sure that you've installed R, but we've already done that, so we're good. You simply come over and click Download RStudio Desktop. It recognizes what operating system you're on, I'm on a Mac. You…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Installing R3m 30s
-
(Locked)
Environments for R2m 54s
-
(Locked)
Installing RStudio1m 9s
-
(Locked)
Navigating the RStudio environment8m 17s
-
(Locked)
Entering data7m 2s
-
(Locked)
Data types and structures10m 35s
-
(Locked)
Comments and headers5m 59s
-
(Locked)
Packages for R4m 18s
-
(Locked)
The tidyverse5m 38s
-
(Locked)
Piping commands with |4m 42s
-
(Locked)
Sample datasets4m 35s
-
(Locked)
Importing data from a spreadsheet5m 24s
-
-
-
-
-