Skip to contents

lists the packages that are attached, i.e. present in the R search() path

Usage

pkg_list_attached()

Value

the names of attached package name as a character vector

Examples

print(sort(pkg_list_attached()))
#> [1] "base"         "datasets"     "dummy.srcpkg" "grDevices"    "graphics"    
#> [6] "methods"      "srcpkgs"      "stats"        "utils"