| get_analysis | R Documentation |
Retrieves the results of a file or URL analysis by its analysis ID.
get_analysis(id = NULL, ...)
id |
Analysis ID (character string). Required. |
... |
Additional arguments passed to |
list containing analysis results including status and detection stats
https://docs.virustotal.com/reference/analysis
set_key for setting the API key
## Not run:
# Before calling the function, set the API key using set_key('api_key_here')
get_analysis(id='NjY0MjRlOTFjMDIyYTkyNWM0NjU2NWQzYWNlMzFmZmI6MTI4NTk')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.