Skip to contents

Load in future hosp draws and combine into a single dataframe

Usage

get_df_for_hub_submission(
  df_of_filepaths,
  submitting_model_name,
  submission_file_path,
  repo_file_path,
  prod_run,
  is_for_public_repo = TRUE,
  write_files = TRUE,
  ...
)

Arguments

df_of_filepaths

filepaths where the future hosp draws live

submitting_model_name

name of the model that we will set as the folder name

submission_file_path

path to where we will write the submission csv

repo_file_path

path for public repo

prod_run

whether this is a test or production run

is_for_public_repo

whether we want to save into the repo file path to ultimately get pushed to prod. Defaults to TRUE

write_files

whether or not to write to the forecast submission file path

forecast_submission_filepath

where we want the csv to be saved

Value

df of hub submission for all locations