printfile_name_check: Check the names of a printfile component to ensure all...

Description Usage Arguments Value Examples

Description

Check the names of a printfile component to ensure all mandatory arguments are present

Usage

1
printfile_name_check(printfile_comp)

Arguments

printfile_comp

A list of class pertaining to a Gadget printfile component, see update_printfile

Value

NULL. Only returns an error message if any non-optional arguments are missing

Examples

1
2
3
4
printfile_name_check(stock_std)

cod <- update_printfile(stock_std, list(stockname = "cod", printfile = "printfile"))
printfile_name_check(cod)

inspktrgadget/gadgetSim documentation built on May 10, 2019, 9:51 a.m.