| with_mock_dir | R Documentation | 
This context will switch the .mockPaths() to tests/testthat/dir
(and then resets it to what it was before).
If the tests/testthat/dir folder doesn't exist, capture_requests() will
be run to create mocks.
If it exists, with_mock_api() will be run.
To re-record mock files, simply delete tests/testthat/dir and run the test.
with_mock_dir(dir, expr, simplify = TRUE, replace = TRUE)
| dir | character string, unique folder name that will be used or created
under  | 
| expr | Code to run inside the fake context | 
| simplify | logical: if  | 
| replace | Logical: should the mock directory replace current mock
directories? Default is  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.