#' A check for recipe data within a webpage
#'
#' @param url The url of a webpage
#' @export
recipes_exist = function(url) {
api = getrecipes::get_api()
is.data.frame(getrecipes::get_response(api = api, url)$results)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.