R script
# My first program in R Programming
> strVar <- “Hello, World!”
> print ( strVar)
[1] “Hello, World!”
Comments
#This is R comments
# My first program in R Programming
> strVar <- “Hello, World!”
> print ( strVar)
[1] “Hello, World!”
Comments
#This is R comments