Skip to main content Link Menu Expand (external link) Left Arrow Right Arrow Document Search Copy Copied

Congratulations

Congratulations! You’ve just finished this workshop.

You should now be able to:

  • Describe what R is
  • Create, use, and modify variables in R
  • Display data to the console
  • Use the different atomic data types and collections R has to offer
  • Create conditional and looping code
  • Create and use functions

Additional Resources

To learn more about any particular topic, take a look at the links below.

CRAN Packages

This is a full list of all the packages available for R through the Package Installer in RStudio.

Kaggle

Kaggle is an online platform that helps data scientists get access to public datasets.

Stack Overflow

Stack Overflow is the number one place to look for and ask programming-related questions. If you Google a Python error, chances are that Stack Overflow appears in the results.