View source: R/WorkbookParser.R
WorkbookParser | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.reader.workbook.html
WorkbookParser(archive, workbook_part_name, keep_links = TRUE, ...)
archive |
archive |
workbook_part_name |
workbook_part_name |
keep_links |
keep_links |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
WorkbookParser(
archive = "archive",
workbook_part_name = "workbook_part_name"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.