setDefaultArgumentsGenerationContext: Set default arguments generation context.

Description Usage Arguments Value Author(s) Examples

View source: R/setDefaultArgumentsGenerationContext.R

Description

Use method setDefaultArgumentsGenerationContext to set default arguments generation context.

Usage

1
2
setDefaultArgumentsGenerationContext(useDefaultArguments_b_1 = TRUE,
                                     useAllDefaultArguments_b_1 = FALSE)

Arguments

useDefaultArguments_b_1

a single boolean value to specify the usage of default arguments in generated function call

useAllDefaultArguments_b_1

A single boolean value to specify usage of all default valued arguments in generated function call. Second argument is considered only when first argument is TRUE.

Value

A list holding the provided values, allowing easy reuse either interactively or programmatically, accessible through names use, and use_all.

Predefined variables named default_arguments_context and dac hold most common definition cases, and therefore greatly eases use and simplify writing.

Author(s)

Fabien Gelineau <neonira@gmail.com>

Maintainer: Fabien Gelineau <neonira@gmail.com>

Examples

1
2
3
4
5
6
7
8
9

neonira/wyz.code.metaTesting documentation built on Feb. 19, 2020, 12:46 p.m.