Learn R Programming

virustotal (version 0.3.0)

virustotal_GET: GET for the Current V3 API

Description

GET for the Current V3 API

Usage

virustotal_GET(path, query = list(), key = Sys.getenv("VirustotalToken"), ...)

Value

list

Arguments

path

path to the specific API service url

query

query list

key

A character string containing Virustotal API Key. The default is retrieved from Sys.getenv("VirustotalToken").

...

Additional arguments passed to GET.