includes read_redcap_table

This commit is contained in:
AG Damsbo 2023-02-28 09:54:03 +01:00
commit edafc35806
5 changed files with 135 additions and 2 deletions

View file

@ -0,0 +1,7 @@
# Unit Test
# Test that the function throws an error when uri and token are not provided
test_that("read_redcap_tables throws error when uri and token are not provided",
{
testthat::expect_error(read_redcap_tables(uri, token))
})