Load multiple packages at once

Several permutations of your proposed functions do work — but only if you specify the character.only argument to be TRUE. Quick example:

lapply(x, require, character.only = TRUE)

Leave a Comment