This function provides a way to get a list of all the DLLs (see dyn.load) that are currently loaded in the R session.
getLoadedDLLs()
# NOT RUN {
getLoadedDLLs()
utils::tail(getLoadedDLLs(), 2) # the last 2 loaded ones, still a DLLInfoList
# }