httr_mock {webmockr}R Documentation

Turn on httr mocking Sets a callback that routes httr request through webmockr

Description

Turn on httr mocking Sets a callback that routes httr request through webmockr

Usage

httr_mock(on = TRUE)

Arguments

on

(logical) set to TRUE to turn on, and FALSE to turn off. default: TRUE

Value

Silently returns TRUE when enabled and FALSE when disabled.


[Package webmockr version 0.9.0 Index]