View source: R/post_domain_comments.R
| post_domain_comments | R Documentation |
Add a comment to an Internet domain
post_domain_comments(domain = NULL, comment = NULL, ...)
domain |
domain name. Required. |
comment |
comment text. Required. Words starting with # become tags. |
... |
Additional arguments passed to |
named list
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')
post_domain_comments(domain = "https://google.com", comment = "Great!")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.