set_args: set argument list for a given function

View source: R/set_args.R

set_argsR Documentation

set argument list for a given function

Description

extracts default arguments, user-specified arguments, and gsplot config arguments into a function-ready list.

Usage

set_args(fun.name, ..., custom.config = FALSE, package = "graphics")

Arguments

fun.name

the name of the function to generate an arg list for

...

user arguments to be used for the list

custom.config

logical

package

the package to use to get the function from (defaults to 'graphics')


USGS-R/gsplot documentation built on April 17, 2023, 8:45 p.m.