powered by
Remove a request stub
remove_request_stub(stub)
logical, TRUE if removed, FALSE if not removed
TRUE
FALSE
a request stub, of class StubbedRequest
StubbedRequest
Other stub-registry: StubRegistry, stub_registry(), stub_registry_clear()
StubRegistry
stub_registry()
stub_registry_clear()
(x <- stub_request("get", "https://httpbin.org/get")) stub_registry() remove_request_stub(x) stub_registry()
Run the code above in your browser using DataLab