Get a list of sheets in the ODS file, either to explore the structure of a file or to use as an input for iterating over a whole spreadsheet document.
Examples
example <- system.file("extdata", "basic_example.ods", package = "tidyods")
ods_sheets(example)
#> [1] "penguins" "types" "merges"