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.

18 lines
567 B

7 years ago
#' Tools to Work with the 'Postlight' 'Mercury' 'API'
#'
7 years ago
#' [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.
7 years ago
#'
#' @md
7 years ago
#' @name hgr
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
7 years ago
#' @import purrr httr clipr htmltools
#' @importFrom jsonlite fromJSON toJSON
#' @importFrom readr type_convert cols col_character col_datetime
#' @import xslt rstudioapi
7 years ago
#' @importFrom xml2 read_html
#' @importFrom rvest html_text
7 years ago
NULL