In common.R, we should provide a variable verbose. At verbose=0, when running run_all.R, nothing should be printed to the screen. At verbose=1, it should indicate which type of data is currently being read in. At verbose=2, it should indicate what file is being read.
In common.R, we should provide a variable
verbose
. Atverbose=0
, when running run_all.R, nothing should be printed to the screen. Atverbose=1
, it should indicate which type of data is currently being read in. Atverbose=2
, it should indicate what file is being read.