Description Usage Arguments Value References See Also Examples
Get File Scan Report
1 | file_report(hash = NULL, ...)
|
hash |
Hash for the scan |
... |
Additional arguments passed to |
data.frame with 16 columns:
service, detected, version, update, result, scan_id, sha1, resource, response_code,
scan_date, permalink, verbose_msg, total, positives, sha256, md5
https://developers.virustotal.com/v2.0/reference
set_key
for setting the API key
1 2 3 4 5 6 7 | ## Not run:
# Before calling the function, set the API key using set_key('api_key_here')
file_report(hash='99017f6eebbac24f351415dd410d522d')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.