powered by
Before anything else, get the API key from https://www.virustotal.com/en/. Next, use set_key to store the API key in an environment variable VirustotalToken. Once you have set the API key, you can use any of the functions.
set_key
VirustotalToken
set_key(api_key = NULL)
API key. String. Required.
https://developers.virustotal.com/v2.0/reference
# NOT RUN { set_key('api_key_here') # }
Run the code above in your browser using DataLab