ridl_resource_excel_sheets: Get the names of the sheets of XLS(X) resources

View source: R/ridlobject.R

ridl_resource_excel_sheets.RIDLResourceR Documentation

Get the names of the sheets of XLS(X) resources

Description

Get the names of the sheets of XLS(X) resources

Usage

## S3 method for class 'RIDLResource'
ridl_resource_excel_sheets(
  resource,
  format = NULL,
  download_folder = NULL,
  quiet = TRUE
)

## S3 method for class 'RIDLResource'
rr_excel_sheets(resource, format = NULL, download_folder = NULL, quiet = TRUE)

ridl_resource_excel_sheets(resource, format, download_folder, quiet)

## Default S3 method:
ridl_resource_excel_sheets(resource, format, download_folder, quiet)

rr_excel_sheets(resource, format, download_folder, quiet)

## Default S3 method:
rr_excel_sheets(resource, format, download_folder, quiet)

Arguments

resource

RIDLResource, a RIDL resource

format

character, specify file format in case the automatic reader doesn't work as expected

download_folder

character, path of the directory where you will store the data

quiet

logical, no progress bar from download (default = FALSE)

Value

the names of the sheets of XLS(X) resources


dickoa/ridl documentation built on April 23, 2023, 7:14 p.m.