We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c72c31 + 1235e49 commit 2595580Copy full SHA for 2595580
input/config/config.yaml
@@ -36,7 +36,7 @@ nowcast_dates:
36
- '2025-06-04'
37
states_for_vis:
38
- CA
39
-- OH
+- MN
40
- IL
41
nowcast_date_for_vis: '2025-02-19'
42
quantiles_to_vis:
targets/config_targets.R
@@ -49,7 +49,7 @@ config_targets <- list(
49
# outputs figures
50
tar_target(
51
name = states_for_vis,
52
- command = c("CA", "OH", "IL")
+ command = c("CA", "MN", "IL")
53
),
54
55
name = nowcast_date_for_vis,
0 commit comments