rev_signature: Extracts arguments of all functions in a package into a...

View source: R/rev.R

rev_signatureR Documentation

Extracts arguments of all functions in a package into a dataframe

Description

Extracts arguments of all functions in a package into a dataframe

Usage

rev_signature(package)

Arguments

package

to be inspected

Details

The functions takes the name of an installed package

Value

A dataframe with the following columns:

  • f_name: function name

  • f_args: function arguments

Examples

rev_signature(package = "graphics")


ropenscilabs/pkginspector documentation built on May 15, 2022, 5:30 a.m.