R uses print() or cat() to output text. R is a language designed for statistical computing and graphics.
Run this example to see how it works and then try the exercise.
Click "Run" to see the example in action...Your task: Print "Hello, World!" using the print() function
Click "Run" to execute your code...What symbol starts a comment in R?
SUMMARY
In this section, you learned how to print output to the console. Next, you’ll learn how to declare variables and assign values.