changearg {easyVerification}R Documentation

Change Function Default Arguments

Description

Override default arguments of functions. This functionality is used to deal with the updated default representation in the SpecsVerification package (>= v0.5).

Usage

changearg(FUN, ...)

Arguments

FUN

name of function

...

arguments to be overriden (e.g. format = 'member')


[Package easyVerification version 0.4.5 Index]