1
0
mirror of https://github.com/msberends/AMR.git synced 2025-12-15 10:30:21 +01:00

keyab fixes

This commit is contained in:
2018-07-17 19:51:09 +02:00
parent 2a4d759fbc
commit 0d64c166f0
5 changed files with 42 additions and 39 deletions

View File

@@ -14,6 +14,8 @@ test_that("clipboard works", {
clipboard_import())
clipboard_export(septic_patients[1:100,])
expect_identical(as.data.frame(tbl_parse_guess(septic_patients[1:100,]), stringsAsFactors = FALSE),
clipboard_import(guess_col_types = TRUE, stringsAsFactors = FALSE))
expect_identical(as.data.frame(tbl_parse_guess(septic_patients[1:100,]),
stringsAsFactors = FALSE),
clipboard_import(guess_col_types = TRUE,
stringsAsFactors = FALSE))
})