R/input_validation_functions.R
check_refs_identical.RdRuns a check against all values supplied in the reference_type column of the input file. If all values in this column are identical, the test passes. If any are not identical, the test fails.
check_refs_identical(
path = getwd(),
filename = "DSbulkUploadR_input.xlsx",
sheet_name
)NULL (invisibly)
if (FALSE) check_refs_identical(sheet_name = "Project") # \dontrun{}