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()


Try the dm package in your browser

Any scripts or data that you put into this service are public.

dm documentation built on Nov. 2, 2023, 6:07 p.m.