Learn R Programming

chevron (version 0.2.7)

args_ls: Get Arguments List

Description

Get Arguments List

Usage

args_ls(x, simplify = FALSE, omit = NULL)

# S4 method for chevron_tlg args_ls(x, simplify = FALSE, omit = NULL)

Value

a list of the formal arguments with their default for the functions stored in the chevron_tlg object passed a x argument.

Arguments

x

(chevron_tlg) input.

simplify

(flag) whether to simplify the output, coalescing the values of the parameters. The order of priority for the value of the parameters is: main, preprocess and postprocess.

omit

(character) the names of the argument to omit from the output.

Examples

Run this code
args_ls(aet01, simplify = TRUE)

Run the code above in your browser using DataLab