tests/testthat/setup-archiveRetriever.R

library("vcr") # *Required* as vcr is set up on loading
invisible(vcr::vcr_configure(
  dir = vcr::vcr_test_path("fixtures"),
  preserve_exact_body_bytes = TRUE
))
vcr::check_cassette_names()

Try the archiveRetriever package in your browser

Any scripts or data that you put into this service are public.

archiveRetriever documentation built on Dec. 28, 2022, 2:54 a.m.