Learn R Programming

srcpkgs (version 0.2)

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

Description

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

Usage

pkg_list_attached()

Arguments

Value

the names of attached package name as a character vector

Examples

Run this code
print(sort(pkg_list_attached()))

Run the code above in your browser using DataLab