Writing Functions

Sign in to test your solution.
LoadLibrariesAndData <- function() { library(ISLR2) library(MASS) data(...) print("The libraries and data have been loaded.") }
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.