Nothing
library("vcr") # *Required* as vcr is set up on loading
invisible(vcr::vcr_configure(
## this creates an absolute path, probably need a relative path
dir = vcr::vcr_test_path("fixtures"),
## dir = "../fixtures",
## this creates an absolute path
## write_disk_path = vcr::vcr_test_path("files")
write_disk_path = NULL
## probably want a relative path
## write_disk_path = "../files"
))
vcr::check_cassette_names()
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.