Code
suppressMessages(library(tidyverse))
suppressMessages(library(glue))
= "/Users/saideepgona/Library/CloudStorage/Box-Box/imlab-data/data-Github/Daily-Blog-Sai"
PRE
## COPY THE DATE AND SLUG fields FROM THE HEADER
="retraining_pred_to_aracena_models" ## copy the slug from the header
SLUG='2023-09-21' ## copy the date from the blog's header here
bDATE= glue("{PRE}/{bDATE}-{SLUG}")
DATA if(!file.exists(DATA)) system(glue::glue("mkdir {DATA}"))
=DATA WORK