View source: R/get_url_relationships.R
| get_url_relationships | R Documentation |
Retrieve relationships for a URL
get_url_relationships(
url_id = NULL,
relationship = NULL,
limit = NULL,
cursor = NULL,
...
)
url_id |
URL or URL ID from VirusTotal |
relationship |
Type of relationship. See VirusTotal docs for options. |
limit |
Number of relationships to retrieve. Optional. |
cursor |
String for pagination. Optional. |
... |
Additional arguments passed to |
list containing URL relationships
https://docs.virustotal.com/reference
set_key for setting the API key
## Not run:
# Before calling the function, set the API key using set_key('api_key_here')
get_url_relationships(url_id='http://www.google.com',
relationship='communicating_files')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.