functionMap (version 1.0.0)

where: Try to find where some called functions live

Description

Try to find where some called functions live

Usage

where(map)

Arguments

map
Function map object.

Value

Data frame with columns:

Details

  1. They might be in the mapped package.
  2. They might be explicit calls to a package using `::`.
  3. They might be functions imported by name or in a package that was imported by a whole.
  4. They might be in a base package that is attached by default.