Tutorial: Getting Started with R and RStudio
[This article was first published on R tutorial – Dataquest, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. In this tutorial we’ll learn how to begin programming with R using RStudio. We’ll install R, and RStudio RStudio, an extremely popular development environment for R. We’ll learn the key RStudio features in order to start programming in R on our own.If you already know how to use RStudio and want to learn some tips, tricks, and shortcuts, check out this Dataquest blog post.Table of Contents1. Install R2. Install RStudio3. First Look at RStudio4. The Console5. The Global Environment6. Install thetidyversePackages7. Load thetidyversePackages into Memory8. Identify Loaded Packages9. Get Help on a Package10. Get Help on a Function11. RStudio Projects12. Save Your “Real” Work. Delete the Rest.13. R Scripts14. Run Code15. Access Built-in Datase...