R Syntax
Every R program has rules for how statements are written and executed.
- Follow R syntax rules for statements and blocks
- Use comments to document code
- Run examples in the Try it editor
Example
name <- "Sturdee"
print(name)Try it Yourself
Run this R example in your local environment or course sandbox.