R/forcequotes-package.R

#' 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
hrbrmstr/forcequotes documentation built on May 12, 2019, 5:17 p.m.