Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.6 KB

conclusion.md

File metadata and controls

43 lines (35 loc) · 1.6 KB
layout title nav_order
default
Conclusion & Additional Resources
5

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.

Related Workshops