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