If or when it just isn’t feasible to install R and RStudio on your computer or device, don’t worry! There is an alternate option. We can use RStudio Cloud, which is free, and provides about 15 hours per month of free and functional computing time in a virtual RStudio environment.
What does this mean? It basically means you can use and do whatever you would like in R in an online browser window.
Pros
Platform or operating system independent
install any and all packages that you need or want
can import and export data, code, results, to/from the cloud or your computer
its all online!! So it’s all backed up there the next time you login
Cons
it’s all online! So you need a stable internet connection
the free account provides 15 hours of computing time per month
Signing Up
To set everything up, we need to sign up and create a new account.
Sign up with an email and create a password of your choosing
Sign In!
Navigating inside the Cloud
Once you log in, you should look for a few things. On the left hand side, you should see column that displays your “Spaces” (where your RProjects will live), a place you can check for Learning, as well as some additional info on the system status and terms and conditions.
On the right hand side, you should see a small chart showing your Account Usage. This is what you want to keep track of. Depending on how much time you spend actually running code, your time will vary, but the standard free account provides 15 hours per month.
Getting Setup!
Click on New Project, and wait a second for things to initialize.
Name your project CABW_R
Copy and install the packages we’ll need. This can take a few minutes, so grab a cup of coffee or tea!