library("vcr") # *Required* as vcr is set up on loading invisible(vcr::vcr_configure( dir = vcr::vcr_test_path("fixtures") )) vcr::check_cassette_names() # the vcr package has excellent documentation # https://docs.ropensci.org/vcr/articles/