Learn R Programming

virustotal (version 0.5.0)

validate_vt_response: Validate VirusTotal response structure

Description

Checks if a response from VirusTotal API has the expected structure.

Usage

validate_vt_response(response)

Value

Logical indicating if response structure is valid

Arguments

response

Response object from VirusTotal API

See Also

Other utilities: cleanup_temp_files(), create_safe_temp_dir(), format_file_size(), is_safe_environment(), utilities, virustotal_info(), virustotal_version()