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