...

/

Test Your Skills on Getting Started with Data in R

Test Your Skills on Getting Started with Data in R

Evaluate your concepts of basic programming techniques of the R language.

We'll cover the following...

Multiple choice questions

1

How do you load the nycflights13 package?

A)

library(nycflights13)

B)

library.open(nycflights13)

C)

library(knitr)

D)

library.load(nycflights13)

Question 1 of 30 attempted
...