set_key: Set API Key

Description Usage Arguments References Examples

View source: R/set_key.R

Description

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.

Usage

1
set_key(api_key = NULL)

Arguments

api_key

API key. String. Required.

References

https://developers.virustotal.com/v2.0/reference

Examples

1
2
3
4
5
6
## Not run: 

set_key('api_key_here')


## End(Not run)

Example output



virustotal documentation built on Nov. 4, 2021, 9:08 a.m.