#' Return Random Star Wars Quotes
#'
#' \if{html}{
#' \figure{force-quotes.png}{options: align="right" alt="Figure: force-quotes.png"}
#' }
#'
#' \if{latex}{
#' \figure{force-quotes.png}{options: width=10cm}
#' }
#'
#' Now you can use the R 'Force' to get random quotes from your favorite
#' space opera. This is a thin wrapper to the 'Star Wars Quote API'
#' (<http://swquotesapi.digitaljedi.dk/index.html> / <http://swquotes.digitaljedi.dk/home>)
#'
#' - URL: <https://gitlab.com/hrbrmstr/forcequotes>
#' - BugReports: <https://gitlab.com/hrbrmstr/forcequotes/issues>
#'
#'
#'
#' @md
#' @name forcequotes
#' @docType package
#' @references <http://swquotesapi.digitaljedi.dk/index.html>;
#' <http://swquotes.digitaljedi.dk/home>
#' @author Bob Rudis (bob@@rud.is)
#' @importFrom jsonlite fromJSON
#' @import httr cli crayon
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.