adjustDefaultInstructions: Adjust object based default

View source: R/default-instructions.R

adjustDefaultInstructionsR Documentation

Adjust object based default

Description

The default input for many recurring arguments is carried with the cypro object. Use this function to savely adjust the default according to your preference.

Usage

adjustDefaultInstructions(object, ...)

Arguments

object

A valid cypro object.

...

The argument names with their new default value specified with the following syntax 'argument_name' = 'argument_default'.

Use adjustableDefaultInstructions() to obtain all argument names whose default input you can manipulate this way.

Value

An updated version of the input cypro-object.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.