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"  "grDevices" "graphics"  "methods"   "srcpkgs"  
#> [7] "stats"     "utils"