R/pressur-package.R

#' Query and Orchestrate the 'WordPress' 'API'
#'
#' 'WordPress' has a fairly comprehensive 'API' <https://developer.wordpress.com/>
#' that makes it possible to perform blog orchestration ('CRUD' operations on posts, users,
#' sites, etc.) as well as retrieve and process blog statistics. Tools are provided to work
#' with the 'WordPress' 'API' functions.
#'
#' @name pressur
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import purrr stringi httr crayon anytime progress
#' @importFrom tibble tibble
NULL
hrbrmstr/pressur documentation built on June 30, 2020, 6:04 a.m.