Description Usage Arguments Value
View source: R/create_partners_budget_files.R
Create partners budget files (for DWH)
1 2 3 4 5 6 7 8 | 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
)
|
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) |
budget excel files for each project partner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.