R/httping-package.R

#' Ping urls to time requests
#'
#' @import httr
#' @importFrom methods is
#' @importFrom stats setNames
#' @importFrom jsonlite fromJSON
#' @importFrom pryr object_size
#' @name httping-package
#' @aliases httping
#' @docType package
#' @author Scott Chamberlain \email{myrmecocystus@@gmail.com}
#' @keywords package
#'
#' @section Pipes:
#' You can use this function with or without pipes. We export the pipe
#' \code{\%>\%} in this package so you don't have to load it separately.
NULL

Try the httping package in your browser

Any scripts or data that you put into this service are public.

httping documentation built on May 1, 2019, 6:47 p.m.