removeSource: Backport of removeSource for R < 3.6.0

Description Usage Examples

Description

See the original description in utils::removeSource.

Usage

1

Examples

1
2
3
4
5
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_removeSource = getFromNamespace("removeSource", "backports")

bp_removeSource(mean)

backports documentation built on Dec. 13, 2021, 5:08 p.m.