builtin_format_code {xlcharts} | R Documentation |
Return one of the standard format codes by index.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.numbers.html
builtin_format_code(index, ...)
index |
index |
... |
Additional arguments, i.e. kwargs. |
An character string.
## Not run:
builtin_format_code(index = 2L)
## End(Not run)