findArgs: Get the arguments of a function

View source: R/findArgs.R

findArgsR Documentation

Get the arguments of a function

Description

Get the arguments of a function as shown in help for grep()

Usage

findArgs(env, pattern)

Arguments

env

e.g., 'package:analyze.stuff'

pattern

search query as regular expression

Value

arguments

Examples

 findArgs("package:base", "warn")

ejanalysis/analyze.stuff documentation built on April 2, 2024, 10:10 a.m.