#' Parse an API response
#'
#' Return the favicon generation result from the \code{response()} object
#' @param response \code{response()} object
#' @return parsed response
#' @export
parse_response <- function(response) {
httr::content(response)$favicon_generation_result
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.