Nothing
#| include: false knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(vcr) library(httr2) httpbin <- webfakes::local_app_process(webfakes::httpbin_app()) # Set record = "none" so that this vignette will fail if it doesn't replay # from the cassette vcr::setup_knitr(record = "none")
This vignette tests that we can replay cassettes created by vcr::setup_knitr()
.
#| cassette: test req <- request(httpbin$url("/get")) req_perform(req)
#| label: test-2 #| cassette: true req <- request(httpbin$url("/get?x=1")) req_perform(req)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.