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