Increment to v 0.2.0 and closes #10

Form timestamp fields also captured now.
This commit is contained in:
Paul W. Egeler, M.S., GStat 2019-07-08 18:01:48 -04:00
commit d15c2d35ad
6 changed files with 121 additions and 4 deletions

View file

@ -13,5 +13,5 @@ test_that("CSV export matches reference", {
redcap_output <- with(redcap, REDCap_split(records, metadata))
expect_known_hash(redcap_output, "dff3a52955")
expect_known_hash(redcap_output, "0934bcb292")
})