Validate a Zip File

validate_zip(file_path, workspace_id, upload_notes = "")

Arguments

file_path

A character. File path to the zip file to upload.

workspace_id

An integer.

upload_notes

A character. Optional.

Value

A character. Ticket.

Examples

if (FALSE) {
validate_zip("groundbreakingStudy.zip")
}