Skip to contents

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.

Usage

ods_sheets(path)

Arguments

path

The ODS file

Value

A character vector of sheet names

Examples

example <- system.file("extdata", "basic_example.ods", package = "tidyods")
ods_sheets(example)
#> [1] "penguins" "types"    "merges"