R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {

  # The server might break the http2 connection,
  # a work around is to disable http2 in the config
  # https://github.com/ropensci/monkeylearn/pull/15
  httr::set_config(httr::config(http_version = 0))

}

Try the rdefra package in your browser

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

rdefra documentation built on April 14, 2020, 6:43 p.m.