View source: R/remove_request_stub.R
remove_request_stub | R Documentation |
Remove a request stub
remove_request_stub(stub)
stub |
a request stub, of class |
logical, TRUE
if removed, FALSE
if not removed
Other stub-registry:
StubRegistry
,
stub_registry_clear()
,
stub_registry()
(x <- stub_request("get", "https://httpbin.org/get")) stub_registry() remove_request_stub(x) stub_registry()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.