tests/testthat/test_big_table_downloads.R

context("Check data split functionality")
test_that("Check that getting data from a big table,
          with no parameters will throw an error preemptively", {
    table <- DSTget('FOLK1A')
    expect_error(fdat <- getData(table),"*100.000 rows*")
})
ogroendal/DSTget documentation built on June 7, 2020, 8:16 p.m.