argufied_functions: List argufied functions in a package or environment

Description Usage Arguments Value

Description

List argufied functions in a package or environment

Usage

1
argufied_functions(package, envir = asNamespace(package))

Arguments

package

R package name. It will be loaded.

envir

Environment to list. Defaults to the environment of package. This means that internal and exported functions will be listed.

Value

Data frame with columns: func, assertions. The latter is a logical column.


gaborcsardi/argufy documentation built on May 16, 2019, 4:07 p.m.