Writes a template .xlsx file ("DSbulkUploadR_input.xlsx") to the specified location.

write_input_template(write_path = getwd())

Arguments

write_path

String. The path where the input.xlsx file should be written. Defaults to the current working directory

Value

NULL (invisibly)

Examples

if (FALSE) { # \dontrun{
write_input_template()
} # }