which_are_functions: Confirm which objects from a package namespace are functions

Description Usage Arguments Value

Description

This is a simple wrapper for checking if everything in a package namespace is a function or something else.

Usage

1
which_are_functions(package_name, candidate_functions, public)

Arguments

package_name

The name of the package we're checking; needed to prefix the namespace of the function call.

candidate_functions

Vector of character vectors for function names we're checking.

public

Determines how many colons to put in the

Value

A vector of booleans for whether or not each item is a function.


aaronrudkin/werner documentation built on May 23, 2019, 6:03 a.m.