ridl_resource_excel_sheets.RIDLResource | R Documentation |
Get the names of the sheets of XLS(X) resources
## 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)
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) |
the names of the sheets of XLS(X) resources
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.