where: Try to find where some called functions live

Description Usage Arguments Details Value

View source: R/namespaces.R

Description

Try to find where some called functions live

Usage

1
where(map)

Arguments

map

Function map object.

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.

Value

Data frame with columns:

func

Function name.

place

Name of the package it is coming from. Empty string means it is in the mapped package. NA means that we don't know where it is coming from.


MangoTheCat/functionMap documentation built on May 7, 2019, 2:10 p.m.