Yes, but that wouldn't bee a good idea, you would be consuming time and memory unnecessarily and you would also found a lot of name conflicts, anyways this is how you could do it.
# Listing packages
packages <- installed.packages()
# Loading first 5 packages for testing
lapply(packages[1:5], require, character.only = TRUE)