arg_types: Argument types

View source: R/arg_types.R

arg_typesR Documentation

Argument types

Description

Categorize arguments of a given function by type.

Usage

arg_types(
  fun,
  keep_types = c("value", "function", "NULL", "no_default"),
  verbose = FALSE
)

Arguments

fun

Function to evaluate.

keep_types

Argument types to keep in output.

verbose

Print messages.

Value

Named list of argument types.


RajLabMSSM/echolocatoR documentation built on Jan. 29, 2023, 6:04 a.m.