mirror of
https://github.com/msberends/AMR.git
synced 2025-12-15 10:30:21 +01:00
keyab fixes
This commit is contained in:
@@ -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))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user