rmPkgs: Remove non-standard packages from searchpath

View source: R/04_controlWorkspaceLibpath.R

rmPkgsR Documentation

Remove non-standard packages from searchpath

Description

Removes all non-standard packages from the searchpath. Only packages loaded when starting R remain in the searchpath. This leads to a clean searchpath without unwanted masking effects.

Usage

rmPkgs()

Examples

## Not run: 
library(INWUtils)
search()
rmPkgs()
search()
# INWUtils is not in the searchpath anymore

## End(Not run)

INWT/INWTUtils documentation built on May 22, 2024, 4:45 p.m.