list_ods_sheets {readODS}R Documentation

List All Sheets in an ODS File

Description

List all sheets in an ods file.

Usage

list_ods_sheets(path)

ods_sheets(path)

Arguments

path

Path to the ods file

Value

A character vector of sheet names.


[Package readODS version 1.8.0 Index]