R/input_validation_functions.R
check_projects_numeric.RdThe function checks that all project IDs are numeric (or NA). If projects are all numeric (or NA), the test passes. Otherwise it fails with a warning.
check_projects_numeric(
path = getwd(),
filename = "DSbulkUploadR_input.xlsx",
sheet_name
)NULL (invisibly)
if (FALSE) { # \dontrun{
check_projects_numeric(sheet_name = "Script")
} # }