#' @rdname ices_request_jwt
#' @export
ices_get_jwt <- function(url,
retry = TRUE, quiet = FALSE,
verbose = FALSE,
jwt = NULL) {
out <-
ices_request_jwt(
"GET", url,
body = NULL, encode = "json",
retry = retry, quiet = quiet, verbose = verbose,
jwt = jwt
)
return(out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.