#' Get Zeek
#'
#' Opens the default browser to the place where you can get Zeek.
#'
#' @export
#' @examples
#' if (interactive()) get_zeek()
get_zeek <- function() {
utils::browseURL("https://zeek.org/get-zeek/")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.