scan_file | R Documentation |
Submit a file for scanning
scan_file(file_path = NULL, ...)
file_path |
Required; Path to the document |
... |
Additional arguments passed to |
data.frame with the following columns:
scan_id, sha1, resource, response_code, sha256, permalink, md5, verbose_msg
https://developers.virustotal.com/v2.0/reference
set_key
for setting the API key
## Not run:
# Before calling the function, set the API key using set_key('api_key_here')
scan_file(file_path='path_to_suspicious_file')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.