find_functions_with_args: Get all functions which have at least one formal argument...

Description Usage Arguments Value

Description

Get all functions which have at least one formal argument matching list of 'arg_names'

Usage

1
find_functions_with_args(package_name, arg_names = NULL)

Arguments

package_name

string

arg_names

character vector of names of arguments to look for. If NULL, then all functions (and their default formal args are returned). (default: NULL)

Value

named list of formal arguments for multiple functions. The name of each list element is the function name.


coolbutuseless/grrr documentation built on May 16, 2019, 7:15 p.m.