tests/testthat/test-browse.R

context("Browsing")

test_that("returns the items passed to it", {
  options(browser = "false")
  ids <- c("questionssoul01heckgoog", "fatherhecker01sedg")
  expect_equal(ia_browse(ids), ids)
})

Try the internetarchive package in your browser

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

internetarchive documentation built on May 2, 2019, 3:01 a.m.