Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following R code will print “Hello, world!”?
> f <- function() {+ cat("Hello, world!\n")+ }> f()
> f <- function() {- cat("Hello world!\n")+ }<= f()
> f <- function() {+ cat("Hello, World!\n")+ }< f()
> f <- function() {+ cat("Hello world!\n")+ }>>= f()
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!