use_vcr | R Documentation |
use_vcr()
is deprecated because it is no longer needed. In lifecycle v2,
local_cassette()
and friends automatically use tests/testthat/_vcr
without any need for additional configuration.
use_vcr(dir = ".", verbose = TRUE)
dir |
(character) path to package root. default's to current directory |
verbose |
(logical) print progress messages. default: |
Sets a minimum vcr version, which is usually the latest (stable) version on CRAN. You can of course easily remove or change the version requirement yourself after running this function.
only messages about progress, returns invisible()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.