Right now, the ic can be specified by an R statement. But need to figure out how to tie this to the folders$CRSSDIR entry.
Maybe assume that if it is relative path, we should use CRSSDIR?
OR add another sequence -
ic:
dir: file path | CRSSDIR keyword
file: "Mtom_monthly.xlsx"
[ ] folders$i_folder (and others) should be able to be specified by r commands. ex: r file.path()
[ ] need to check that the different data files exist for the different plots. Ex: if shortage_conditions is set to create a plot, need to ensure the "short_cond_data" exists. Error message should inform user that the code can be re-run with crss_short_cond_data set to TRUE.
[ ] defaults$color_label should be able to be specified for/at each plot/plot_goup
[ ] test different misspelled keywords and make sure error messages are helpful
[ ] when specifying plots in plot group all together, need a way to have cloud and heat maps start with different start years
[ ] how to specify colors using the dnf_st_pallete() function
[ ] in the heat specification, using title_append does not fail, even though it should be title. Should fail if there are any unexpected keywords.
[ ] in plot_group, the scenarios should be unique within each plot_group
Right now, the ic can be specified by an R statement. But need to figure out how to tie this to the folders$CRSSDIR entry.
Maybe assume that if it is relative path, we should use CRSSDIR?
OR add another sequence - ic:
r file.path()
crss_short_cond_data
set toTRUE
.dnf_st_pallete()
functiontitle_append
does not fail, even though it should betitle
. Should fail if there are any unexpected keywords.