tests/testthat/_snaps/db-interface.md

copy_dm_to() rejects overwrite and types arguments

Code
  copy_dm_to(my_test_src(), dm_for_filter(), overwrite = TRUE)
Condition
  Error in `copy_dm_to()`:
  ! `...` must be empty.
  x Problematic argument:
  * overwrite = TRUE
Code
  copy_dm_to(my_test_src(), dm_for_filter(), types = character())
Condition
  Error in `copy_dm_to()`:
  ! `...` must be empty.
  x Problematic argument:
  * types = character()


krlmlr/dm documentation built on April 19, 2024, 5:23 p.m.