View source: R/read_functions_excel.R
get_excel_tables | R Documentation |
get_excel_tables()
is similar to getTables()
but
returns more information.
get_excel_tables(wb, sheets = NULL)
wb |
A workbook object |
sheets |
Character vector of sheet names to list tables from. If |
A tibble with the worksheet, table name, and cell references.
Other Read Excel tables:
read_excel_table()
example_file <- system.file("examples/excel_examples.xlsx", package = "costmisc")
wb <- openxlsx::loadWorkbook(example_file)
get_excel_tables(wb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.