get_default_args: Get the default arguments for the given function.

Description Usage Arguments Value

Description

Get the default arguments for the given function.

Usage

1
get_default_args(function_name, package_name = NULL)

Arguments

function_name

string. name of function.

package_name

string. name of package to fetch function from. if NULL, use current environment. default: NULL

Value

NULL if there are no default arguments for the given function


coolbutuseless/grrr documentation built on May 16, 2019, 7:15 p.m.