Learn R Programming

mvbutils (version 2.5.101)

changed.funs: Show functions and callees in environment 'egood' that have changed or disappeared in environment 'ebad'.

Description

Useful eg when you have been modifying a package, and have buggered stuff up, and want to partly go back to an earlier version...

Usage

changed.funs(egood, ebad, topfun, fw = NULL)

Arguments

egood, ebad
environments #1 & #2. Not symmetric; functions only in ebad won't be checked.
topfun
name of functions in egood to check; all callees will be checked too, recursively. Default is all functions in egood.
fw
if non-NULL, the result of a previous call to foodweb(egood), but this will be called automatically if not.

Value

  • Character vector with the names of changed/lost functions.

emph

  • me
  • I

code

egood