update_printfile_dirs: Update path for printfile and aggfiles to include directories...

Description Usage Arguments Value Examples

Description

Checks to make sure that the appropriate printfile and aggfile directories are entered in the printfile_comp

Usage

1
2
update_printfile_dirs(printfile_comp, printfile = NULL, print_dir = NULL,
  aggfile_dir = NULL)

Arguments

printfile_comp

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

print_dir

Character. Path of directory to print the printfiles

aggfile_dir

Character. Path of the directory where aggfiles will be printed

Value

A list the same as printfile, but with updated printfile and aggfile(s) if present

Examples

1
2
3
cod <- list(stockname = "cod", printfile = "cod.stock.std")
cod_std <- update_printfile(stock_std, cod)
cod_std <- update_printfile_dirs(stock_std, print_dir = "printfile")

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