Learn R Programming

webmockr (version 2.0.0)

webmockr_reset: webmockr_reset

Description

Clear all stubs and the request counter

Usage

webmockr_reset()

Arguments

Value

nothing

Details

this function runs stub_registry_clear() and request_registry_clear() - so you can run those two yourself to achieve the same thing

See Also

stub_registry_clear() request_registry_clear()

Examples

Run this code
# webmockr_reset()

Run the code above in your browser using DataLab