Create partners budget files (for DWH)

create_partners_budget_files(
  path_partners,
  path_budget_template,
  project_shortname = "DWH",
  target_dir = file.path(dirname(path_budget_template), "10_Filled_out_forms"),
  set_values = FALSE,
  overwrite = TRUE
)

Arguments

path_partners

path to partners budget metadata EXCEL file

path_budget_template

path to budget template EXCEL file

project_shortname

proposal acronym (default: "DWH")

target_dir

target directory where to save the budget files (default: file.path(dirname(path_budget_template), "10_Filled_out_forms"))

set_values

should metadata from partners EXCEL file be set or just the template budget EXCEL file copied

overwrite

should existing EXCEL files be overwritten (default: TRUE)

Value

budget excel files for each project partner