#' Why is Ryan annoyed?
#'
#' @param annoyed inserted an adjective or mood similar to annoyed
#' @param confusion insert a reason why Ryan would be confused.
#'
#' @return
#' @export
#'
#'
#'
#' @examples
why_is_ryan_angry = function(annoyed, confusion) {
print(paste0("Ryan is ", annoyed, "because he does not get ", confusion))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.