R/web-03.R

Defines functions web_03

Documented in web_03

#' GET with user_agent
#'
#' @export
web_03 <- function() {

  httr::GET(
    "https://httpbin.org/",
    httr::user_agent("#rstats testevil https://github.com/hrbrmstr/testevil")
  ) -> res

  "web_03"

}
ropenscilabs/testevil documentation built on May 11, 2022, 9:12 a.m.