R/httping-package.R

#' httping
#'
#' Ping urls to time requests
#'
#' @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.
#'
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @import httr
#' @importFrom methods is
#' @importFrom stats setNames
#' @importFrom jsonlite fromJSON
## usethis namespace: end
NULL

Try the httping package in your browser

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

httping documentation built on Dec. 19, 2025, 1:06 a.m.