R/pastebin-package.R

#' Tools to work with the pastebin API
#'
#' @name pastebin
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import purrr httr
#' @importFrom dplyr mutate
#' @importFrom xml2 read_html xml_find_all xml_name xml_text xml_children
#' @importFrom jsonlite fromJSON
#' @importFrom tibble as_tibble
#' @importFrom stats setNames
NULL
hrbrmstr/pastebin documentation built on May 17, 2019, 5:12 p.m.