R/run_validation.R
run_input_validation.Rd
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
)
String. Path to the file. Defaults to the current working directory.
String. Name of the file for data validation. Defaults to "DSbulkUploadR_input.xlsx"
String. Name of the sheet to validate from the .xlsx
Integer. Maximum number of files that can be uploaded. Defaults to 500.
Integer. Maximum amount of data that can be uploaded, in GB. Defaults to 100.
Logical. Should functions target the development server? Defaults to TRUE.
Vector. A list of named numbers (number of errors, number of warnings)
if (FALSE) { # \dontrun{
run_input_validation(sheet = "AudioRecording")} # }