We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3abba0 + cf37769 commit 4893ce0Copy full SHA for 4893ce0
SDL_process/dummy_targets.R
@@ -26,9 +26,9 @@ BYOC_MODE <- dplyr::case_when(
26
TRUE ~ NA
27
)
28
29
-run_id = Sys.getenv("run_id")
30
-run_date_time = Sys.getenv("run_date_time")
31
-denodo_dsn = Sys.getenv("denodo_dsn")
+run_id <- Sys.getenv("run_id")
+run_date_time <- Sys.getenv("run_date_time")
+denodo_dsn <- Sys.getenv("denodo_dsn")
32
33
34
if (isTRUE(BYOC_MODE)) {
@@ -74,13 +74,11 @@ tar_option_set(
74
controller = controller
75
76
77
-years_to_run = "1920"
+years_to_run <- "1920"
78
79
# Stage 2 - Set up targets ----
80
list(
81
-
82
tar_rds(write_to_disk, TRUE),
83
84
tar_map(
85
list(year = years_to_run),
86
@@ -143,4 +141,3 @@ list(
143
141
144
142
145
## End of Targets pipeline ##
146
0 commit comments