This function takes the vaccination schedule given by a data.table and prepares
it according to the required structure needed in meta_sim() function
process_vac_data(vac_dt, sim_start_date, sim_length, delta_t)A data.table
A data.table of vaccination schedule
A calendar date in the format yyyy-mm-dd
Number of calendar days that the simulation runs for
Step size in the simulation