loop through dates

PHOTO EMBED

Thu Nov 02 2023 15:16:20 GMT+0000 (Coordinated Universal Time)

Saved by @vs #r

for (date in as.list(c("2022-01-01", "2022-02-01", "2022-03-01"))) {
  print(date)
}
content_copyCOPY