mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
includes read_redcap_table
This commit is contained in:
parent
be3969d007
commit
edafc35806
5 changed files with 135 additions and 2 deletions
7
tests/testthat/test-read_redcap_tables.R
Normal file
7
tests/testthat/test-read_redcap_tables.R
Normal 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))
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue