my_answers <- c('S', 
                'C++',
                'Python',
                'Julia',
                'Javascript')

#check_answers(my_answers)

Question

The R language was developed based on what other programming language?

exams::answerlist(my_answers, markup = "markdown")

Solution

Straight from the book, section What is R: "R is a modern version of S, a programming language originally created in Bell Laboratories (formerly AT&T, now Lucent Technologies)."

Meta-information

extype: schoice exsolution: r mchoice2string(c(TRUE, FALSE, FALSE, FALSE, FALSE), single = TRUE) exname: "S PLUS" exshuffle: TRUE



msperlin/afedR documentation built on Sept. 11, 2022, 9:49 a.m.