Submit a file for scanning
scan_file(file_path = NULL, ...)
Required; Path to the document
Additional arguments passed to virustotal_POST
.
data.frame with the following columns:
type, id, links
set_key
for setting the API key
if (FALSE) { # \dontrun{
# Before calling the function, set the API key using set_key('api_key_here')
scan_file(file_path='path_to_suspicious_file')
} # }