argufy (version 2.0.0)

argufied_functions: List argufied functions in a package or environment

Description

List argufied functions in a package or environment

Usage

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.