Closed chainsawriot closed 5 months ago
Initial investigation
x <- list(notiris = PlantGrowth, notplantgrowth = iris)
y <- readODS::write_ods(x)
readODS::ods_sheets(y)
#> [1] "notiris" "notplantgrowth"
testthat::expect_equal(readODS::ods_sheets(y), c("notiris", "notplantgrowth"))
Created on 2024-06-05 with reprex v2.1.0
via e-mail