Stores your VirusTotal API key in an environment variable for use by other package functions. Get your API key from https://www.virustotal.com/.
Examples
if (FALSE) { # \dontrun{
# Set your API key
set_key('your_64_character_api_key_here')
# Verify it's set
Sys.getenv("VirustotalToken")
} # }