tests/testthat/_snaps/xpose_save.md

errors are returned for bad filename input

Code
  xpose_save(plot = plot)
Condition
  Error:
  ! Argument `file` required.
Code
  xpose_save(plot = plot, file = paths_1[1])
Condition
  Error in `ggsave()`:
  ! Unknown graphics device "abcd"
Code
  xpose_save(plot = plot, file = paths_1[3])
Condition
  Error in `ggsave()`:
  ! `filename` has no file extension and `device` is "NULL".


Try the xpose package in your browser

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

xpose documentation built on July 9, 2023, 6:12 p.m.