List for simulation housekeeping vars, e.g. quiet prints,
housekeeping_list_create(
quiet = TRUE,
quiet_test = TRUE,
cluster = FALSE,
clear_up = TRUE
)
Arguments
- quiet
Boolean for quiet simulation. Default = TRUE
- quiet_test
Boolean for quiet testing statement. Default = TRUE
- cluster
Boolean for simulation being on cluster. Default = TRUE
- clear_up
Boolean for whether to clear up the memory used by the
simulation. Default = TRUE