R/check_http.R

#' Checks If URL Exists
#'
#' Checks If URL Exists.
#'
#' @param x

check_http <- function (x) {
  !httr::http_error(x)
}
data-steve/supportr documentation built on May 14, 2019, 7:08 p.m.