Beginner R
Q14 / 100

Which function loads an installed package into the current session?

Correct! Well done.

Incorrect.

The correct answer is A) library()

A

Correct Answer

library()

Explanation

library(packagename) attaches an already-installed package so its functions become available.

Progress
14/100