You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
567 B

#' Tools to Work with the 'Postlight' 'Mercury' 'API'
#'
#' [Mercury](https://mercury.postlight.com) takes any web article and returns only the
#' relevant content --- headline, author, body text, relevant images and more --- free
#' from any clutter.
#'
#' @md
#' @name hgr
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import purrr httr clipr htmltools
#' @importFrom jsonlite fromJSON toJSON
#' @importFrom readr type_convert cols col_character col_datetime
#' @import xslt rstudioapi
#' @importFrom xml2 read_html
#' @importFrom rvest html_text
NULL