#' Go WHOIS
#'
#' @param query WHOIS query
#' @param server leave `""` for the default
#' @export
whois_query <- function(query, server = "") {
out <- .Call("R_whois_query", query, server, PACKAGE = "pwhois")
jsonlite::fromJSON(out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.