| set_key | R Documentation |
Stores your VirusTotal API key in an environment variable for use by other package functions. Get your API key from https://www.virustotal.com/.
set_key(api_key = NULL)
api_key |
VirusTotal API key (character string). Required. |
Invisibly returns TRUE on success
https://docs.virustotal.com/reference
## Not run:
# Set your API key
set_key('your_64_character_api_key_here')
# Verify it's set
Sys.getenv("VirustotalToken")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.