HelloWorld.R
(Redirected from helloWorld.R)
Jump to navigation
Jump to search
helloWorld.R is an R-based Hello World Program.
- Context:
- It uses an R Function.
- …
- Counter-Example(s):
- See: Standard Output, Print Statement.
References
# R-based Hello World program
cat("Hello, World!\n")
cat("I'm an R program.")