Number of Loaded Packages
The search function gives a list of attached packages. Packages are typically attached either
when starting R, or when we use the library()
function.
Using search()
, how many packages are loaded? Note: autoloads
is actually a package, it is used to make loading objects more efficient.
This exercise is part of the course
Defensive R Programming
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
