R Logo@NBIS logo

Useful R online resources

If you are eager to try things out before the course starts the following links goes to some useful material on using R.

R-studio Cheat sheets

For more resources of this type visit rstudio

R game

If you want to test your skills and hopefully have some fun at the same time, you can play an R game. To do this,

install.packages("BetaBit")
library('BetaBit')

and choose one of the three available games. For instance, to play the proton game (which we recommend), you type:

proton()

Then just follow instructions on your screen. Let us know if you complete the game! Good luck!

Useful Non-R specific online resources

Other useful resources