Search notes:

R function: search

search(), without argument, displays the names of the packages that were loaded, that is: it displays the search path.
#
#  See also -> ls()
#

search()
# [1] ".GlobalEnv"        "package:stats"     "package:graphics"
# [4] "package:grDevices" "package:utils"     "package:datasets"
# [7] "package:methods"   "Autoloads"         "package:base"
Github repository about-r, path: /functions/search.R

See also

searchpaths()
Index to (some) R functions

Index