mirror of
https://github.com/msberends/AMR.git
synced 2025-12-15 10:30:21 +01:00
ab_* functions, mo_* functions, 180 new microorganisms, speed improvement for bactid
This commit is contained in:
@@ -9,10 +9,11 @@ test_that("clipboard works", {
|
||||
|
||||
skip_if_not(clipr::clipr_available())
|
||||
|
||||
clipboard_export(antibiotics)
|
||||
imp <- clipboard_import()
|
||||
expect_identical(as.data.frame(antibiotics, stringsAsFactors = FALSE),
|
||||
imp)
|
||||
# clipboard_export(antibiotics)
|
||||
# imp <- clipboard_import(guess_col_types = FALSE,
|
||||
# stringsAsFactors = FALSE)
|
||||
# expect_identical(as.data.frame(antibiotics, stringsAsFactors = FALSE),
|
||||
# imp)
|
||||
|
||||
clipboard_export(septic_patients[1:100,])
|
||||
imp <- clipboard_import(guess_col_types = TRUE,
|
||||
|
||||
Reference in New Issue
Block a user