Closed florence-laflamme closed 8 months ago
@florence-laflamme The problem is that your tests try to save a table to a directory/file that doesn't exist on your computer. Instead, you can use a temporary file like this:
fn <- file.path(tempdir(), "test.html") tt(x) |> save_tt(tab, fn)
Looks fantastic, thanks so much!
Examples in documentation for tt(), save_tt(), style_tt(), format_tt(), and group_tt().