R/httping-package.R

#' httping 
#'
#' 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
#' @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
sckott/httping documentation built on Nov. 6, 2022, 8:15 p.m.