Runs all validation checks and generates a summary statement

run_input_validation(
  path = getwd(),
  filename = "DSbulkdUploadR_input.xlsx",
  sheet,
  max_file_upload = 500,
  max_data_upload = 100,
  dev = TRUE
)

Arguments

path

String. Path to the file. Defaults to the current working directory.

filename

String. Name of the file for data validation. Defaults to "DSbulkUploadR_input.xlsx"

sheet

String. Name of the sheet to validate from the .xlsx

max_file_upload

Integer. Maximum number of files that can be uploaded. Defaults to 500.

max_data_upload

Integer. Maximum amount of data that can be uploaded, in GB. Defaults to 100.

dev

Logical. Should functions target the development server? Defaults to TRUE.

Value

Vector. A list of named numbers (number of errors, number of warnings)

Examples

if (FALSE) { # \dontrun{
run_input_validation(sheet = "AudioRecording")} # }