1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00

move tbl_parse_guess

This commit is contained in:
2018-06-29 08:56:03 +02:00
parent 4bdcde9a00
commit 6ee713cec1
4 changed files with 64 additions and 69 deletions

View File

@ -5,5 +5,9 @@ test_that("clipboard works", {
clipboard_export(antibiotics)
expect_identical(antibiotics,
clipboard_import())
clipboard_import(date_format = "yyyy-mm-dd"))
clipboard_export(septic_patients[1:100,])
expect_identical(tbl_parse_guess(septic_patients[1:100,]),
clipboard_import(guess_col_types = TRUE))
})