removeSource: Backport of removeSource for R < 3.6.0

removeSourceR Documentation

Backport of removeSource for R < 3.6.0

Description

See the original description in utils::removeSource.

Usage

removeSource(fn)

Examples

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

bp_removeSource(mean)

mllg/backports documentation built on March 15, 2023, 8:07 p.m.