View source: R/quote_sheetname.R
quote_sheetname | R Documentation |
Add quotes around sheetnames if they contain spaces.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
quote_sheetname(sheetname, ...)
sheetname |
sheetname |
... |
Additional arguments, i.e. kwargs. |
An string.
## Not run:
wb <- Workbook()
quote_sheetname(wb$sheetnames)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.