R Programming Language Certification Practice Test
FREE R Programming Language: Computer Science 114 Questions and Answers
Which one of the following creates a string in R correctly?
Select your answer
A
user <- c("Jane", "Emily", "Shauna")
B
user <- 'Dave"
C
user <- c(Dave, Paul, Jane)
D
user <- 'Shana
Hint