Challenge the talent inside you, participate in Animate 2024!     Click here for details.

Introduction to R script - English

20707 visits



Outline:

What is an R script Features of an R script How to create and save an R script from the user interface (UI) of RStudio Shortcut keys to create an R script How to use auto-completion of commands How to run an entire script How to run a block of a script How to add comments How to comment an existing line How to load one script into another script