removeSource {backports} | R 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)
[Package backports version 1.4.1 Index]