R/mocking.R
mock.Rd
Mocking is now controlled by params within the various clients: HttpClient(), Async() and AsyncVaried()
HttpClient()
Async()
AsyncVaried()
mock(on = TRUE)
(logical) turn mocking on with TRUE or turn off with FALSE. By default is FALSE
TRUE
FALSE